jamvm installs incorrect classpath version

Bug #491131 reported by Jake Magee
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
jamvm (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: jamvm

In Ubuntu 9.10, Synaptic lists the installable version of jamvm as 1.5.3. The package installs fine (and its dependencies), however jamvm fails with the following message:

jamvm HelloWorld
Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld
   <<No stacktrace available>>
Caused by: java.lang.ClassNotFoundException: HelloWorld not found in java.lang.ClassLoader$1{urls=[], parent=null}
   at java.net.URLClassLoader.findClass(URLClassLoader.java:529)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:341)
   at java.lang.ClassLoader$1.loadClass(ClassLoader.java:1112)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:293)

It seems to me that the issue is with the version of classpath that is installed (0.97.2). JamVM specifically says that it requires version 0.98 or higher.

I went ahead and compiled/installed JamVM 1.5.3 and Classpath 0.98 from source. They work fine, no errors.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.