Re: Backtrace with jar
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: com.sun.image.codec.jpeg.ImageFormatException not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:Puck.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
com.sun.image.codec.jpeg.ImageFormatException is not part of the Java
API.
Andrew.
--
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903
Reply to: