003 | Managing Java Classpath
I was trying to figure out how to run a program with some external libraries without having to add it to the global classpath and I came across a nice little reference/tutorial on managing them in general. I thought it'd be helpful, so here it is.
Managing Java Classpath

// No comments posted