|
|
Home J2EE Concepts JMS Java Language Contact Back Next Bookmark this Page |
Some useful tips related to:
|
ClasspathIn simple words, Classpath works the same way for JVM as Path works for Windows. When JVM is asked to execute any class, it looks for the locations specified in CLASSPATH system variable. The CLASSPATH variable must point to the class location and have one of following values:
|
|
|
|