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.
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”]
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!