|
I am also having problems getting the client installed. I have put both items on the storage card, and modified the wyvern.lnk file as follows:
255#"\SD CARD\java\jre\bin\jvm.exe" -Xmx5M -cp "\SD Card\wyvern\wyvern.jar" wyvern.client.palm.PalmClient
The error I get is as follows:
java.lang.ClassNotFoundException: wyvern.client.palm.PalmClient
not found in java.lang.ClassLoader$1{urls=[ file:/SD Card/wyvern/wyvern.jar], parent=null}
at java.net.URLClassLoader.findClass (URLClassLoader.java:902)
at java.lang.ClassLoader.loadClass (ClassLoader.java:342)
at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1110)
at java.lang.ClassLoader.loadClass (ClassLoader.java:294)
at java.lang.VMMainThread$1.run (VMMainThread.java)
at java.lang.VMThread.run (VMThread.java:120)
JVM exit.
I assume this is do to the fact that I do not see the wyvern.client.palm.PalmClient file, but I thought maybe it is embedded in the .jar.
Thanks!
|