bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27632] New: Missing class java.util.concurrent.Executors


From: pere at hungry dot com
Subject: [Bug classpath/27632] New: Missing class java.util.concurrent.Executors
Date: 16 May 2006 20:07:55 -0000

When trying to run the latest version of the josm java program, it
throws 'java.lang.NoClassDefFoundError: java/util/concurrent/Executors' from
org.openstreetmap.josm.Main.<clinit>(Main.java:67).  The class seem to
be missing from GNU Classpath.

This is the output I get

  % jamvm -jar josm-latest.jar
  java.lang.NoClassDefFoundError: java/util/concurrent/Executors
     at org.openstreetmap.josm.Main.<clinit>(Main.java:67)
     at java.lang.VMClass.forName(Native Method)
     at java.lang.Class.forName(Class.java:235)
     at jamvm.java.lang.JarLauncher.main(JarLauncher.java:47)
  Caused by: java.lang.ClassNotFoundException: java.util.concurrent.Executors
not found in
java.lang.ClassLoader$1{urls=[file:/home/pere/src/debian/java/josm-latest.jar],
parent=null}
     at java.net.URLClassLoader.findClass(URLClassLoader.java:558)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:342)
     at java.lang.ClassLoader$1.loadClass(ClassLoader.java:1112)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
     at org.openstreetmap.josm.Main.<clinit>(Main.java:67)
     ...3 more
  %

I find the class described in
<URL:http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executors.html>.

The josm java program source is available from
<URL:http://www.eigenheimstrasse.de/svn/josm/>.


-- 
           Summary: Missing class java.util.concurrent.Executors
           Product: classpath
           Version: 0.91
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pere at hungry dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27632





reply via email to

[Prev in Thread] Current Thread [Next in Thread]