I’m trying to create a custom launch configuration for Tomcat 4. Rather than add individual jars to the classpath for the configuration, I want to add the user libraries that contain the jars. However, when I launch the custom Tomcat configuration it does not see the user libraries.
The user libraries work as expected when used to launch a java application.
How can I use the user libraries in the custom launch configuration?
My config:
OS: WinXP SP2
Java: 1.6
Eclipse: 3.2.1
MyEclipse Enterprise Workbench: 5.1.0 GA Build id: 20061111-5.1.0-GA
Tomcat: 4.1.31
Thanks,
Joe