net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not
launch JNLP file.
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:447)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:714)
Caused by: java.lang.NoSuchMethodException:
se.kth.cid.conzilla.app.ConzillaJnlpApp.main([Ljava.lang.String;)
at java.lang.Class.getDeclaredMethod(Class.java:1954)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:427)
... 1 more
Caused by:
java.lang.NoSuchMethodException:
se.kth.cid.conzilla.app.ConzillaJnlpApp.main([Ljava.lang.String;)
at java.lang.Class.getDeclaredMethod(Class.java:1954)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:427)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:714)
After building with 'ant zip', for the command line version I get:
% bin/run_conzilla.sh
Exception in thread "main" java.lang.NoClassDefFoundError: se/kth/cid/
conzilla/app/ConzillaApp
Caused by: java.lang.ClassNotFoundException:
se.kth.cid.conzilla.app.ConzillaApp
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:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
Could not find the main class: se.kth.cid.conzilla.app.ConzillaApp.
Program will exit.
My system is Ubuntu 9.10,
java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu1)
OpenJDK Client VM (build 14.0-b16, mixed mode, sharing)
ant -version
Apache Ant version 1.7.1 compiled on October 19 2009
On Jan 21, 11:19 am, Joe Corneli <holtzerman...@gmail.com> wrote:
> My system is Ubuntu 9.10,
>
> java -version
> java version "1.6.0_0"
> OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu1)
> OpenJDK Client VM (build 14.0-b16, mixed mode, sharing)
could you try a JRE from Sun to see whether this works for you? The
name of the package is "sun-java6-jre". Conzilla has never been tested
with OpenJDK.
Best regards,
Hannes
The downloaded / built from source version builds but
still gives the same error.
% java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode, sharing)
% bin/run_conzilla.sh
Exception in thread "main" java.lang.NoClassDefFoundError:
se/kth/cid/conzilla/app/ConzillaApp
Caused by: java.lang.ClassNotFoundException: se.kth.cid.conzilla.app.ConzillaApp
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:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: se.kth.cid.conzilla.app.ConzillaApp.
Program will exit.
There should be a file called conzilla.log either in your home directory
or in ~/.conzilla2 - can you send this file to me (PM, you don't have to
send it to the list).
> % bin/run_conzilla.sh
This script has not been updated in a long time, so I guess that the
classpath does not contain all necessary JAR files. Right now we only
support JWS.
Best regards,
Hannes
Regards,
Rafael
2010/1/21 Hannes Ebner <heb...@csc.kth.se>:
> --
> You received this message because you are subscribed to the Google Groups
> "Conzilla" group.
> To post to this group, send email to conz...@googlegroups.com.
> To unsubscribe from this group, send email to
> conzilla+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/conzilla?hl=en.
>
>
>
>