You are not logged in.

#1 2012-01-16 05:58:48

CPUnltd
Member
From: Milwaukee, WI
Registered: 2009-12-05
Posts: 483
Website

Creating internet cafe PKGBUILD & running into an error @ execution...

Pretty sure my PKGBUILD is solid and intend on putting it in AUR tonight for others to test.

The program is Cafe Pilot.  The PKGBUILD is for the server, with the client coming later (tomorrow, likely).  The error I get upon execution is as follows:


Exception in thread "Timer-0" java.lang.NoClassDefFoundError: Could not initialize class com.dijitanix.cafepilot.cafepilotserver.mg
	at com.dijitanix.cafepilot.cafepilotserver.ug.e(Unknown Source)
	at com.dijitanix.cafepilot.cafepilotserver.mh.run(Unknown Source)
Exception in thread "main" java.lang.NoClassDefFoundError: org/c/b/g$_j
	at com.dijitanix.cafepilot.cafepilotserver.mg.<clinit>(Unknown Source)
	at com.dijitanix.cafepilot.cafepilotserver.Main.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.c.b.g$_j
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	... 2 more

I'm not well-versed in java at all! So I am clueless to what this is telling me outside of possibly that it can't find the offsite servers that it is trying to reach...  Any and all help would be great.  I built this with openjdk6 as a dep, not sure if I need real java or not (or if I can move to v.7 of openjdk).  Any input/insight would be seriously helpful and greatly appreciated.  Thanks in advance to everyone!


Help grow the dev population... have your tech trained and certified!

Offline

Board footer

Powered by FluxBB