https://issues.apache.org/bugzilla/show_bug.cgi?id=57445

Ralf Hauser <hau...@acm.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Ralf Hauser <hau...@acm.org> ---
thanks, had eclipse-ecj-3.5.1.jar

now have /usr/share/java/eclipse-ecj-4.4.jar
-----------
and if after installing the jar there, you see

java.util.MissingResourceException: Can't find bundle for base name
org.eclipse.jdt.internal.compiler.parser.readableNames, locale en_US
   
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
    java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
    java.util.ResourceBundle.getBundle(ResourceBundle.java:845)
   
org.eclipse.jdt.internal.compiler.parser.Parser.readReadableNameTable(Parser.java:710)
    org.eclipse.jdt.internal.compiler.parser.Parser.initTables(Parser.java:604)

then you better change the permissions on the file.   ;)

If you then see 

java.lang.NoClassDefFoundError: Could not initialize class
org.eclipse.jdt.internal.compiler.parser.Parser
   
org.eclipse.jdt.internal.compiler.Compiler.initializeParser(Compiler.java:681)
    org.eclipse.jdt.internal.compiler.Compiler.<init>(Compiler.java:282)

you better restart eclipse and the tomcat therein

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to