free hit counter

Friday, May 20, 2005

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)

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:

Blogger Milind said...

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...

2:29 PM  

Post a Comment

<< Home