Pages

Executable JAR and CLASSPATH

This post has been moved to Biting Code, my blog dedicated to JVM languages.

It is about how it works the -jar option for java. It happens that java does not check in the CLASSPATH when we want to run an executable jar, so we have to specify its fully qualified name.

No comments:

Post a Comment