View Single Post
Old 07-09-2007, 03:28 AM   #27
tororebelde
No es el toro que piensas
tororebelde began at the beginning.
 
tororebelde's Avatar
 
Posts: 44
Karma: 10
Join Date: Mar 2007
Device: iRex iliad
Quote:
Originally Posted by Annah View Post
I tried the above (even re-installed) but the same problem keeps reoccurring; when I try to open the program with java a black screen pops up and disappears within a second. There's words within it but it disappearS too quickly to read... I did however managed to take a video of it and freeze frame to be able to see what exactly was written: "Exception in thread "main" java.lang.NoclassDefFoundError: C:\DOCUME" 1\Danie\LOCALS~1\Temp\Temporary Directory 21 for JE-Comics-v0/7/1/zip\JE-Comics/jar"

This is jibberish to me; I have no idea what it means
What java tells you is that it cannot launch program since cannot load/find some of the classes needed by it. This could happen because of your java libraries version or the version to which the JE-Comics was compiled to (but I'm sure this is not the case).

Since I'm not an JE-Comics expert, I'm not sure what you need to run it, but I suggest you to try launch it from console with a command like "java -jar je-comics.jar".

Welcome to the wonderfull world of java! (Don't hesitate it, java rules, but sometimes can do a bad trick with us!)
tororebelde is offline   Reply With Quote