Programming non-applet games 2D

Omit that “.class” bit at the end.

How do i go about fixing my java installation?

Uninstalling all java stuff and reinstalling it should fix it.

i have uninstalled and reinstalled it twice…no diff…maybe try redownloading it?

don’t do this


C:\JAVA\spaceinvaders>java org/newdawn/spaceinvaders/Game.class

but this


C:\JAVA\spaceinvaders>java org.newdawn.spaceinvaders.Game

[quote=“comanighttrain,post:22,topic:25961”]

  1. Right click on “My Computer”.
  2. Click on “Properties”
  3. Select the “Advanced” tab
  4. Click on “Environment Variables”
  5. Select “Classpath” from the list and hit “Delete” (You may have to do this for both lists.)

Restart any open command-line windows you have and you should be good to go.

[quote=“jbanes,post:24,topic:25961”]

Dave <3 jbanes 4 ever

No seriously, thats done the trick, Thanks alot.

Thanks a lot to everyone for giving me your time and patience:), hopefully one day i can help someone out too!