Skip to content

Instantly share code, notes, and snippets.

@mirekfranc
Last active August 29, 2015 14:24
Show Gist options
  • Save mirekfranc/f38e01f7dad27ce43aea to your computer and use it in GitHub Desktop.
Save mirekfranc/f38e01f7dad27ce43aea to your computer and use it in GitHub Desktop.
Global classpath...
class hello {
public static void main(String[] args)
{
System.out.println (System.getProperty("sun.boot.class.path"));
}
}
// javac hello.java
// java hello | tr ':' '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment