PDA

View Full Version : Running a neat Java Risk Clone...


fizgig
July 12th, 2005, 10:15 PM
This guy wrote a free java clone: http://jrisk.sourceforge.net/

I downloaded it on my windows machine and I can play it by double-clicking on the Risk.jar file.

On Hoary, however, when I double-click on the file, I see the contents of the file like it's a zip or something.

I did install the Java engine and when I type java -version I get:
java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing)

I try typing stuff in the Risk directory like java Risk.jar but I get:
Exception in thread "main" java.lang.NoClassDefFoundError: Risk/jar

Anybody have any tips?

Sydtrack
July 12th, 2005, 10:55 PM
Run it with
java -jar Risk.jar

fizgig
July 13th, 2005, 12:24 AM
Thanks! Worked great.

gil-galad
July 13th, 2005, 04:22 PM
Thats a great risk clone. I love playing that one :). They also have an installer.

Kemotaha
July 14th, 2005, 06:25 AM
I downloaded this and gave it a try. It was pretty fun. I nice little time waster. :)