Synopsis
The class path is the path that the Java runtime environment searches for classes and other resource files. The class search path (more commonly known by the shorter name, "class path") can be set using either thehttp://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/classpath.html-classpath
option when calling a JDK tool (the preferred method) or by setting theCLASSPATH
environment variable. The-classpath
option is preferred because you can set it individually for each application without affecting other applications and without other applications modifying its value.
No comments:
Post a Comment