I am sure I should know the answer to this, but for the life of me I can't get this game started. What do I have to do to get Java to run this program?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You need a JDK of at least 1.5.0 (but I'm sure you already have that). Then you can usually start the game by doubleclicking on the jar-File. If that doesn't work, then it helps to call the jar file from a script (in Windows with a "pause" at the end of the script), so that you can see the error message that the system probably provides.
To be of more help, I'd need some more details (OS, Java version, etc.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am sure I should know the answer to this, but for the life of me I can't get this game started. What do I have to do to get Java to run this program?
You need a JDK of at least 1.5.0 (but I'm sure you already have that). Then you can usually start the game by doubleclicking on the jar-File. If that doesn't work, then it helps to call the jar file from a script (in Windows with a "pause" at the end of the script), so that you can see the error message that the system probably provides.
To be of more help, I'd need some more details (OS, Java version, etc.)