Re: Looking for Java classes in openjdk

2020-07-21 Thread raphael . jolly
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).

Looking for Java classes in openjdk

2020-07-21 Thread Mechtilde Stehmann
Hello, I'm looking for somme Java classes. I found the source codeun 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 reagrds -- Mechtilde Stehmann ## Debian Developer