I've encountered a problem using VeloEdit. Whenever I want to open a .vsl - File, I get a java.lang.NoClassDefFoundError regarding org/eclipse/jface/text/source/Annotation.
All other editors seem to work pretty well.
I am working with Eclipse 3.0M5.
Both Eclipse-Installations, under Linux and Windows, have the same problem.
Any one who could help?
Regards,
Boris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've encountered a problem using VeloEdit. Whenever I want to open a .vsl - File, I get a java.lang.NoClassDefFoundError regarding org/eclipse/jface/text/source/Annotation.
All other editors seem to work pretty well.
I am working with Eclipse 3.0M5.
Both Eclipse-Installations, under Linux and Windows, have the same problem.
Any one who could help?
Regards,
Boris
you need to add
<import plugin="org.eclipse.jface.text"/>
in "plugin.xml" of "org.vaulttec.velocity.ui".
This is due to changed plugin dependencies in Eclipse 3.0.
thanks.
that was the problem
Regards,
Boris