Wie man über ein Kommandozeilenprogramm etwas herausfindet, wenn man nicht weiß wie man es verwendet, oder was die Parameter bedeuten (bsp.: java -cp):
RTFM (zb. unter Linux: "man java")
Zitat:
-cp classpathSpecifies a list of directories, JAR archives, and ZIP archives to search for class files. Class path entries are separated by colons ( : ). Specifying -classpath or -cp overrides any setting of the CLASSPATH environment variable.
If -classpath and -cp are not used and CLASSPATH is not set, the user class path consists of the current directory (.).
|