Hi,
I found a bug when setting ‘Append to Library Path’ in
Window\Preferences\My Eclipse\Application Servers\Tomcat 5\Paths
When you are setting a windows path containing a space like for instance ‘C:\Program Files\eclipse\workspace\lambda\bin’, MyEclipse is not able to handle properly this space and when running Tomcat 5 server from MyEclipse workspace you have the following errors:
Could not find the main class. Program will exit.
And then
A configuration error occurred during startup. Please verify the preference field with the prompt: java.lang.NoClassDefFoundError: Files\eclipse\workspace\lambda\bin Exception in thread “main”
Modifying directly this optional library path in C:\Program Files\eclipse\workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.easie.tomcat5.prefs by the equivalent MS-DOS path (C:\Progra~1\…) solved the problem.
Eclipse Platform:
Version: 3.1.0
Build id: 200412162000
MyEclipse:
Version: 3.8.4
Build id: 200501171200-3.8.4
Regards,
Tom