View Single Post
  #1  
Old 12-29-2007, 07:39 PM
furybreed's Avatar
furybreed furybreed is offline
 

Join Date: Apr 2007
Location: My Room I guess
furybreed has just set foot in the Tutorial Tower
Send a message via MSN to furybreed
Default Install Troubles on Linux

I'm trying to install Wyvern on Linux, and everything has gone well so far. I have the game installed, a version of java that meets the requirements, but I've been having one problem.

When I go to create the launcher for the game, I get an error. I have the game Installed in /Wyvern/Client, so I'm pretty sure that isn't the problem. Anyways, the web page says to type this into the terminal:

java -Dwyvern.home="/wyvern/client/wyvern" \
-cp "wyvernclient.jar;jl020.jar;jogg-0.0.5.jar;jorbis-0.0.12.jar;mp3sp.1.5.jar;vorbisspi0.7.jar" \
wyvern.client.Client

So, I typed it in. I am getting the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: /wyvern/client/Client

Does anybody know what the problem could be? My version of Java is 1.5.0_06, and I do have it installed to /wyvern/client. Thanks