I have a jar that was compiled using Amazon Corretto 17.0.9.8.1. Can I deploy it using any vendor's 17.0.x java binary? Or do I have to use a binary from the same vendor with the same security version to deploy it without issues?
Does the security version and vendor of the JDK affect deployment?
59 Views Asked by pitprok At
1
There are 1 best solutions below
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in JAVA-17
- running jshell in jdk-17 java.lang.ClassFormatError accessible
- Gradle build not using jar files from local projects
- Chronicle queue version 25 and JDK17
- Whenever I build a project on android studio, OpenJDK platform binary is taking so much ram and build time is also increased
- JPA/Hibernate JpaSystemException: identifier of an instance of X was altered from Y to Z
- Process 'command 'C:\Program Files\Java\jdk-17\bin\java.exe'' finished with non-zero exit value 1
- Unable to Print Jasper Report in Docker Container with Alpine-based OpenJDK Image
- NonCollapse Image FCM using Java
- Null pointer exception in eclipselink-2.7.14
- log4j-api 2.20.0 causing : java.lang.NoClassDefFoundError: Could not initialize class org.apache.logging.log4j.util.PropertiesUtil
- No SDK on Intellij IDEA with jdk17 Installed
- java.lang.NoSuchMethodError: 'java.util.Set org.junit.platform.engine.TestDescriptor.getAncestors() JUnit5 - Java17 - IntelliJ
- Swagger UI 3 Authorization header value getting issue in spring boot 3
- Why does the InfluxDBClient.getBucketsApi().findBuckets() API method always return an empty list of buckets?
- Quarkus 3.8.x Java 17 NoClassDefFoundError: javax/xml/bind/JAXBException Dependency Conflict
Related Questions in ADOPTOPENJDK
- ImageIO.getImageReadersByFormatName("jpg"); throws UnsatisfiedLinkError
- Cask 'adoptopenjdk11' definition is invalid: 'appcast' stanza failed with: Calling the `appcast` stanza is disabled
- Error during Docker build: "./gradlew: not found"
- Jmeter using opendJDK on Windows system
- Does the security version and vendor of the JDK affect deployment?
- Adoptium JDK installation fails on WSL Ubuntu 22.04
- Correct method to use prebuilt OpenJDK binary
- Restricting max heap size of application running under Intellij IDEA
- Algorithm HmacPBESHA256 not available in Openwrt Embedded Device
- OpenJDK errors java.lang.OutOfMemoryError: Java heap space and Could not reserve enough space for 1048576KB object heap
- How to specify custom Java toolchain URL to download in Gradle?
- what does the "u" mean in "jdku" in java development kit?
- How do you tell IntelliJ to use the Oracle JDK instead of the Adopt Open JDK?
- Which Ant version supports OpenJDK 11 and OpenJDK17?
- Idea Intellij: Error:java: error: release version 20 not supported, maven.compiler.target in pom.xml
Related Questions in CORRETTO
- Migrating from Spring 5 to Spring 6: unable to find classes in jakarta packages
- How to set "Amazon Corretto Java" as default instead of Oracle Java
- How to install java 19 corretto on aws ec2 instance?
- Does the security version and vendor of the JDK affect deployment?
- Get list of query/400 queries for given user in JT400
- Why JIT C2 does not run an escape analysis?
- Why won't this method with circular generics in its signature compile?
- Maven build fails with error LifecycleExecutionException and MojoExecutionException and java.lang.StackOverflowError
- Spring 4.3 SSE returns net::ERR_INCOMPLETE_CHUNKED_ENCODING 200
- How to get the all issues/defect list of Amazo Corretto 8.382
- How to create an Alpine-based JRE-only Docker image of Amazon Corretto?
- Corretto JDK 21 Build 35 crash: [libjvm.so+0x840016] G1ParCopyClosure<(G1Barrier)
- K8S OOM kill JDK17 application with huge RSS size
- Keystore generation Entrust HSM not working
- java 17 corretto: `--add-opens` doesn't work
Related Questions in REDHAT-OPENJDK
- Docker s390x tomcat image is giving fileupload error when deployed on OpenShift
- Does the security version and vendor of the JDK affect deployment?
- How to deloy fortify ssc.war on apache tomcat9
- Java extension failed to activate, JDK not working in vscode
- Jenkins: Jenkins is fully up and running but no dashboard is presented
- redhat openjdk headless contents
- Java webstart application security issue with OpenWebStart and log4j2
- Resource leak: 'sc' is never closed in vs code (I'm using the java coding pack from vs code website)
- Certs and Redhat Openshift
- Docker: Openjdk:14 RHEL based imaged, cannot install yum/wget/netstat
- How to check my server Diffie-Hellman MODP size (bits) and increase it?
- AddedFacing exception issue in calling API ClassPathXmlApplicationContext while using OpenJDK8 framework
- JDK flight recorder backport in RedHat OpenJDK 8
- Why JVM crashes with seg fault?
- How to know the reason for JVM crashing with Segfault?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, any app built with a JDK that complies with a particular version of the Java specifications will run on any other JDK/JRE implementing the same version.
And likely later versions as well, with rare exceptions.
So, for example, you could build your app using Amazon Corretto 17.0.x, then run that app on Eclipse Adoptium Temurin 17.0.x. And some other user could run with Azul Systems Zulu 17.0.x.
You may choose to obtain a JDK from vendors including BellSoft, Adoptium, Amazon, SAP, Oracle, IBM, Red Hat, Microsoft, and more. Be sure to study the terms of each product.
If building a JavaFX app, you may want to use a JDK/JRE bundled with the OpenJFX libraries. At least two vendors provide such an edition of their products: Azul Systems and BellSoft.
You may choose to bundle a JVM with your app. See the jlink and jpackage tooling to assist you.