You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WARN][OpenJdkCompiler]JAVA_HOME is not defined
[WARN][OpenJdkCompiler]JAVA_HOME is not defined
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by htsjdk.samtools.util.CloserUtil (file:/home/alessandro/Documents/MAexperiment/GATK/JVARKIT/jvarkit.jar) to method com.sun.xml.internal.stream.XMLEventReaderImpl.close()
WARNING: Please consider reporting this to the maintainers of htsjdk.samtools.util.CloserUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
However, it completes anyway. I suspect there might be an issue of dependency? Since by default, Ubuntu install Java 11 and you have compiled your jar with Java 17.
Hope this helps (it's not really an issue for me at the moment because the command worked anyway).
The text was updated successfully, but these errors were encountered:
all these are just warnings. The undefined JAVA_HOME is strange but anyway, the command was completed. The "illegal reflective access operation has occurred" is a minor change in the java API I should change.
Verify
JAVA
Subject of the issue
Describe your issue here.
I downloaded the precompiled jar to use
Your environment
e5a6a83
java -version
${JAVA_HOME}
Ubuntu 22.04.2 LTS
Steps to reproduce
when I launch a command, I get
However, it completes anyway. I suspect there might be an issue of dependency? Since by default, Ubuntu install Java 11 and you have compiled your jar with Java 17.
Hope this helps (it's not really an issue for me at the moment because the command worked anyway).
The text was updated successfully, but these errors were encountered: