View Single Post
Old 06-03-03, 12:35 PM   #4 (permalink)
mgulshan
Aximsite Rookie
 
Join Date: Mar 2003
Posts: 37
Thanked 0 Times in 0 Posts
game source code

Instead of editing the registry for class path edit the registry to associate .class files with pjava.exe. That way you can directly click on the file and pjava will run it. Works fine for a single class but if you have jars to be called from various locations then you should have em in classpath.

Also find attached here the source code for the game. Its very crude as I never got a chance to spend time on it after the first try. And please dont expect any support ;-)


I compile on my desktop with 1.3.1 but I make sure I use AWT and 1.1 compatible APIs.

HTH
Gulshan
Attached Files:
File Type: zip mygame.zip (3.9 KB, 8 views)
mgulshan is offline   Reply With Quote