Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411314 Posts in 69330 Topics- by 58383 Members - Latest Member: Unicorling

April 03, 2024, 12:03:45 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
  Show Posts
Pages: [1]
1  Community / DevLogs / Re: Delver on: April 13, 2012, 03:30:08 PM
instead of
java jar-

use
java -jar

Apologies, my memory is not as good as it used to be... Almost beat the game, you should add a difficulty meter to help those not as fortunate.
2  Community / DevLogs / Re: Delver on: April 12, 2012, 05:20:04 PM
Game looks awesome mate. However, on start-up, Delver cannot find the main class. Any help?

Code:
C:\Users\(Blanked for Privacy)\Desktop>java jar- delver.jar
Exception in thread "main" java.lang.NoClassDefFoundError: jar-
Caused by: java.lang.ClassNotFoundException: jar-
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: jar-.  Program will exit.
Pages: [1]
Theme orange-lt created by panic