1
vote
7answers
714 views
What is the correct target for the JAVA_HOME envrionment variable for a Linux OpenJDK debian-based distribution?
Folks
In Windows, JAVA_HOME must point to the JDK installation folder (so that JAVA_HOME/bin contains all executables and JAVA_HOME/libs contains all default jar libraries).
If I download Sun's JDK …
