Classpath Issues
So I am working on a project, and Something has gone wrong with the class path.
i now get errors like Exception in thread "main" java.lang.NoClassDefFoundError
I am using eclipse 3.2 on redhat.
Whats weird is that, i had everything neatly in a package, and it had no problem when i went : package com.vtes;
now, when i do that, and for all the existing classes, it says the declared package com.vtes does not match the expected package ""
in addition to that. all of the .java files are no longer accessible in the package view. i have to the navigator to get to them. When i run one of the classes (I add a 'main' method, for testing purposes) it gives me a 'launch error : Editor does not contain a main type"
I don't know what other information i can provide, but if there is something that would help me come close to a solution to these problems please just ask.
Any help in understanding what i need to do would be greatly appreicated.
Thanks,
Stephen.

