Date: Mon, 21 Sep 2009 02:52:37 -0400 From: grarpamp <grarpamp@gmail.com> To: freebsd-java@freebsd.org Subject: java jar invocation Message-ID: <d2e731a10909202352g2b13f2e7q73e5a249022fd129@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi. Figured it was time to try out java on unix.
Am I completely missing something about java or should these jars be
firing off like applications with this invocation?
Maybe I need a simpler app to test with?
RELENG_8 i386 built 20090901 [installworld from RELENG_7]
# pkg_add
diablo-jre-1.6.0.07.02
javavmwrapper-2.3.3
xextproto-7.0.5
xproto-7.0.15
xtrans-1.2.3
java -jar ./Azureus4.2.0.8.jar
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/cli/ParseException
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.cli.ParseException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
java -jar ./freenet7-freenet-build01232.jar
Exception in thread "main" java.lang.NoClassDefFoundError:
com/sleepycat/je/DatabaseException
Caused by: java.lang.ClassNotFoundException: com.sleepycat.je.DatabaseException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d2e731a10909202352g2b13f2e7q73e5a249022fd129>
