First I’d like to say that your product is awesome with an awesome price tag
Anyways I’ve read the topic about passing system properties with Tomcat through the JDK preference page….
“Well, placing them on the Tomcat > JDK preference page in the Optional VM Arguments box, one per line like:
-Dprop1=value
-Dprop2=value2
Should do the trick.”
well when I try passing
“-DTOMCAT_HOME=c:\\Program Files\\Apache Group\\Tomcat 4.1”
or
“-DTOMCAT_HOME=/Program Files/Apache Group/Tomcat 4.1”
I get a
“Could not find main class. Program will exit.” and
“A configuration error occurred during startup. Please verify the preference field with the prompt: java.lang.NoClassDefFoundError: Files\\Apache exception in thread ‘main’ ”
when I try to start Tomcat 4.1.
What am I doing wrong and how should I resolve this?
I’m running on Win XP, JSDK 1.4.2_03, Eclipse M6 with no other plugins aside from MyEclipse