Your message dated Tue, 16 May 2006 12:06:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line classpath: class java.lang.Enum missing
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: jamvm
Version: 1.3.3-2
Trying to run the Java OpenStreetmap client fail with a
NoClassDefFoundError exception. To test, download
<URL:http://www.eigenheimstrasse.de/josm/josm-rc1.jar>, and run like
this:
% jamvm -jar josm-rc1.jar
java.lang.NoClassDefFoundError:
org/openstreetmap/josm/data/projection/UTM$Hemisphere
at org.openstreetmap.josm.data.projection.UTM.<init> (UTM.java:88)
at org.openstreetmap.josm.data.Preferences.<clinit> (Preferences.java:70)
at org.openstreetmap.josm.Main.<clinit> (Main.java:46)
at java.lang.VMClass.forName (Native Method)
at java.lang.Class.forName (Class.java:207)
at jamvm.java.lang.JarLauncher.main (JarLauncher.java:47)
Caused by: java.lang.NoClassDefFoundError: java/lang/Enum
at java.lang.VMClassLoader.defineClass (Native Method)
at java.lang.ClassLoader.defineClass (ClassLoader.java:472)
at java.security.SecureClassLoader.defineClass (SecureClassLoader.java:108)
at java.net.URLClassLoader.findClass (URLClassLoader.java:955)
at java.lang.ClassLoader.loadClass (ClassLoader.java:342)
at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1110)
at java.lang.ClassLoader.loadClass (ClassLoader.java:294)
at org.openstreetmap.josm.data.projection.UTM.<init> (UTM.java:88)
...5 more
Caused by: java.lang.ClassNotFoundException: java.lang.Enum not found in
java.lang.ClassLoader$1{urls=[file:/home/pere/src/debian/java/josm-rc1.jar],
parent=null}
at java.net.URLClassLoader.findClass (URLClassLoader.java:870)
at java.lang.ClassLoader.loadClass (ClassLoader.java:342)
at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1110)
at java.lang.ClassLoader.loadClass (ClassLoader.java:294)
at java.lang.VMClassLoader.defineClass (Native Method)
...12 more
I believe this is because some Java 5 features are missing from jamvm.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages jamvm depends on:
ii classpath 2:0.19-2 clean room standard Java libraries
ii classpath-common 2:0.19-2 architecture independent files
ii java-common 0.23 Base of all Java packages
ii libc6 2.3.5-9 GNU C Library: Shared libraries an
ii libffi4 4.0.2-5 Foreign Function Interface library
ii zlib1g 1:1.2.3-9 compression library - runtime
jamvm recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2:0.91-2
I just tested the josm program with classpath 0.91, and the class is
present and the window showed up.
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers