Questions tagged [adoptopenjdk]

AdoptOpenJDK is a community of Java User Group (JUG) members, Java developers and vendors with the purpose of producing high-quality runtimes and associated technology for use within the Java ecosystem. The Eclipse Adoptium project is the continuation of the original AdoptOpenJDK mission.

129 questions
0
votes
0 answers

Alpine image inconsistency in Docker file and build.sbt file

The project is built using "sbt".The image is built through a script(docker build --pull=true -t -f Dockerfile .)The parent image which is mentioned in Dockerfile is this one: FROM /alpine:3.15 In build.sbt file, the…
Siddharth Shankar
  • 489
  • 1
  • 10
  • 21
0
votes
0 answers

Temurin OpenJDK 11 installer hanged on Mac OS Monterey

I am trying to install AdoptOpenJDK 11 from https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot for using Scala . But it's installer is stuck . It's been 15 minutes its still trying to install . It is not letting me close the installer also…
Prashant Singh
  • 426
  • 7
  • 17
0
votes
1 answer

Why does JavaFX not work under OpenJDK 17 from Homebrew?

After installing both the OpenJDK and the Temurin casks (testing out first one, then the other), I'm still getting errors like these when running a simple example javafx app from the terminal: Example.java:1: error: package javafx.application does…
Tin Man
  • 700
  • 8
  • 29
0
votes
1 answer

Weblogic 14 Compatibility with Adopt Open Jdk 11

as Oracle moving JDK to licensed from >1.8. will weblogic 14 servers supports Adopt Open JDK?
0
votes
1 answer

After update IntelliJ to 2021.2 (Community Edition) I couldn't run project - Abnormal build process termination

While setting up a new machine, I get the Intellij last version, which is the 2021.2 (Community Edition). I cloned the project from Git, but I could not execute it. Every time I try to do it, I get the following error message: Abnormal build process…
0
votes
0 answers

Setup adoptopenjdk 11 with key NSSupportsAutomaticGraphicsSwitching

Can't solve problem with adoptopenjdk. I've to use key NSSupportsAutomaticGraphicsSwitching in Info.plist But Java using a discrete video card. What I'm doing wrong ? NSSupportsAutomaticGraphicsSwitching
mr.ANDREW
  • 51
  • 1
  • 7
0
votes
1 answer

Anypoint Studio 6.4 becomes unresponsive on OS X BigSur 11.3.1

Since I have updated to BigSur 11.3.1 AnypointStudio 6.4 starts, but it became unresponsive to the mouse or the keyboard. I tried with fresh install, upgrade the jdk8 to the latest, and even installing the Anypoint Studio 6.6 I can't see anything on…
TinGinard
  • 377
  • 1
  • 3
  • 9
0
votes
0 answers

SecureRandom is not working as expected in docker adoptopenjdk-tomcat image

I am using docker image of tomcat to run the application. The image details are: tomcat:9.0.45-jdk11-adoptopenjdk-hotspot. When I run the application on my local machine where I have jdk11-adoptopenjdk installed the application working fine but same…
Atul
  • 3,043
  • 27
  • 39
0
votes
1 answer

How to adjust the heap size for application using adoptopenjdk in docker container

I'm running hypergraphql in a docker container with the Dockerfile: FROM adoptopenjdk/openjdk8 RUN curl https://www.hypergraphql.org/resources/hypergraphql-1.0.3-exe.jar --output hypergraphql-1.0.3-exe.jar EXPOSE 8080 CMD ["java", "-jar",…
Jaana
  • 266
  • 1
  • 3
  • 14
0
votes
0 answers

Is it possible to use openjdk by excluding JIT shipped with it?

Need this to check whether JIT is causing crash during execution as below: Unhandled exception Type=Illegal instruction vmState=0x00000000 J9Generic_Signal_Number=00000048 Signal_Number=00000004 Error_Value=00000000 Signal_Code=00000002
NamrataB
  • 283
  • 2
  • 15
0
votes
1 answer

AdoptOpenJDK suggests that openjfx (javafx) has potential safety issues, is this correct?

In the FAQ section of AdoptOpenJDK near the bottom they suggest that due to the slow patching of JavaFX, it has (potential) safety issues. Is that a correct statement or is it still OK to make java apps with javafx GUI ? I need to start up a new…
Geertie
  • 237
  • 4
  • 15
0
votes
0 answers

Adopt OpenJDK 11 support for running programs built with POI 3.15 and oracle JDK1.8

I have some queries on compatibility: We intend to compile \ build our code with Oracle JDK 1.8 on a development machine. However, the client machine shall have Adopt OpenJDK 11.0.7 where these programs are intended to run. Is this combination…
SD1 D
  • 1
0
votes
0 answers

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) during compile on Java AdoptOpenJDK 14

I am using Maven 3.5.0 and IntelliJ with Maven plugin installed. When I try to do 'Run As---> Maven install', I am getting the following error: [INFO] Scanning for projects... [INFO] [INFO]…
lsv
  • 1,687
  • 4
  • 21
  • 31
0
votes
1 answer

Unable to execute a main method in Intellij Idea CE on Ubuntu

I'm trying to get familiar with Intellij Idea CE. The platform is 32bit xubuntu 18.04 and AdoptOpenJDK 1.8.0_272. I wrote a simple "Hello World" program and I see some incomprehensible errors when I execute "Run Bootstrap.main()" on the context…
Deepak Marur
  • 537
  • 1
  • 13
  • 27
0
votes
1 answer

Updating from Oracle Java 8 to Adopt OpenJDK

i would like to update from Oracle Java to Adopt OpenJDK. Therefore i have some question before i start doing the update: Some information about the application i use: 2 applications Application 1 uses Java 8 Application 2 uses Java 11 My…
Mico61
  • 1
1 2 3
8 9