tagged [classpath]
Adding to the classpath on OSX
Adding to the classpath on OSX Can anyone tell me how to add to the classpath on OSX?
Why does ANT tell me that JAVA_HOME is wrong when it is not?
Why does ANT tell me that JAVA_HOME is wrong when it is not? I get the error: C:\dev\ws\springapp\build.xml:81: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perha...
Classpath including JAR within a JAR
Classpath including JAR within a JAR Is it possible to specify a Java `classpath` that includes a JAR file contained within another JAR file?