Warning: JDK with JDK 11 not available
While building my installer, it is throwing a warning as below
Java tries to load wrong library and throws Runtime Error java.lang.NoClassDefFoundError: com/sun/msv/reader/GrammarReaderController
I´m using my org project jar (called org-project-execution.jar) which includes a class called com.ctc.wstx.shaded.msv_core.reader.GrammarReaderController and import it in my Java program.
The code builds but when it calls the method “org.project.execution.Executor.execute(inputStream, inputLength)”` the following Error happens:
java 11 installation issue on oracle linux docker container
I am trying to install java 11 on oracle linux 9. using the below script for instalation.