Re: Looking for Java classes in openjdk
Mechtilde,
The classes are now in the jmod files (which are in fact zip files just like jars) located in $JDK_HOME/jmods, but under a "classes" subdirectory ; as a result, these are not usable as dependencies, and you have to use the new module mechanism (you can type java -help for a starter).
Raphael
Mechtilde Stehmann wrote:
Hello,
I'm looking for somme Java classes.
I found the source code in the package openjdk-11-source in the directory
in the file src.zip
but where can I find the compiled files or the corresponding *,jar files?
I need them as dependencies.
Kind regards
Reply to: