But, still wanting a better HTML editor, today I downloaded and installed a trial version of Macromedia Homesite 5.5. That is a nice HTML editor, compared to what I'm used to, but it appears to me that something about the installation broke Eclipse.
Now every line of every Java file in the Eclipse editor is underlined in red, and the popup tip says
"This compilation unit indirectly references the missing type java.lang.Object (typically some required class file is referencing a type outside the classpath)"
If I try to run a simple hello-world class in Eclipse, I get this error report in the console:
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
My JDK 1.4.2 is still in place where it belongs. I can still javac and java from the command line in a DOS window.
Any hints on what broke?
Rich Hammer
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
