Quote:
Originally Posted by Annah
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!)