javac -sourcepath SOURCEPATH -classpath CLASSPATH -d CLASSESreads sources from SOURCEPATH/a/b/c, classes from CLASSPATH/a/b/c, writes to CLASSES/a/b/c
jar -cf xxx.jar xxx/*.class
JAVA_HOME points to directory of include, lib, jreJDK_INCLUDE is then $JAVA_HOME/include.
-- HansEssel - 07 Jan 2010
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.