corretto Questions
6
Solved
While I was in a dockerization project in my current job, I got this doubt: Which Java can I use?
This doubt is due to :
So after some researches I got these conclusions:
Since the Java 8 update ...
3
Solved
I am trying to download JDK from Amazon Corretto https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html. There are 2 download links for macOS (macOSx64 or macOSaarch64) but ...
1
Solved
I will deploy my dockerized Java application to AWS so I would like to use Amazon Corretto. I also want to keep the size of the Docker image small so I want to use a JRE-only image based on Alpine....
Merrifield asked 23/10, 2023 at 8:27
5
What are the differences between Amazon Corretto and OpenJDK (and Oracle's OpenJDK - but there is already a ticket about this)? Corretto is a OpenJDK version 8 implementation. Both are free and see...
2
Solved
Why does jaxb2-maven-plugin xjc fail with Corretto jdk11.0.15_9 but not with Temurin jdk-11.0.14.1+1
Since upgrading my jdk to Corretto jdk11.0.15_9 the xjc goal of jaxb2-maven-plugin fails.
The problem doesn't manifest when running with Temurin jdk-11.0.14.1+1. I'm running it on windows 10 with m...
Rhizobium asked 21/4, 2022 at 14:23
2
Solved
I've created a minified JRE using the JLink tool
jlink --add-modules java.base,jdk.crypto.ec --output jre
I've created a very basic application that connects to https://www.example.com
When I r...
3
"I am getting the following exception when running my JavaFX 8 application under Corretto.
java.lang.UnsatisfiedLinkError: Can't load library: C:\Amazon Corretto\jdk1.8.0_192\jre\bin\glib-lite.dll...
1
Solved
I work in a Bank as developer and system administrator. I have new project. The project is about identity and access management. While we develop the IAM App, we use Java Language. For this r...
Chaim asked 1/2, 2020 at 22:58
1
Currently, I am using Oracle JDK with JCE support. I am planning to move from oracle JDK to Amazon Corretto.
Just wanted to know whether Amazon Corretto supports JCE (Java Cryptography Extension (...
4
How can we install Amazon Corretto in Ubuntu OS.
1
© 2022 - 2024 — McMap. All rights reserved.