Re: Backtrace with jar

2007-06-15 Thread Jörg Sommer
Hallo Andrew, Andrew Haley <[EMAIL PROTECTED]> wrote: > Jörg Sommer writes: > > > is this a bug in java or in the application? > > > Caused by: java.lang.NoSuchMethodError: getenv > > getenv was deprecated, removed, and then re-added in Java 1.5. > > http://bugs.sun.com/bugdatabase/view_bug.do?b

Re: Backtrace with jar

2007-06-13 Thread Andrew Haley
Jörg Sommer writes: > is this a bug in java or in the application? > Caused by: java.lang.NoSuchMethodError: getenv getenv was deprecated, removed, and then re-added in Java 1.5. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4199068 > Caused by: java.lang.ClassNotFoundException: >

Backtrace with jar

2007-06-13 Thread Jörg Sommer
Hi, is this a bug in java or in the application? % java -jar Puck.jar -ec java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at jamvm.java.lang.JarLauncher.main(JarLauncher.java:49) Cause