java diagnostic notes
install the java2 sdk
run the example via given directions
To make my own changes:
un jar the files (jar works very similarly to tar)
clear the class path
make slight changes
recompile
run
JAR Files
The Java[tm] Tutorial
run the example via given directions
To make my own changes:
un jar the files (jar works very similarly to tar)
jar -xvf Assignment0.jar
clear the class path
set classpath=
make slight changes
recompile
cd /cygdrive/c/personal/class/cmuDiag/Edu/Cmu/Cs/Se/Watson
javac *.class
run
cd /cygdrive/c/personal/class/cmuDiag/
java Edu.Cmu.Cs.Se.Watson.Business.Watson
JAR Files
The Java[tm] Tutorial
1 Comments:
dude, what happened to your "pretentious words" blog? I was a big fan of that. If you could, sir, please restart your postings over there too...
Post a Comment
<< Home