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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]