I figured it out. Since I have java 5.0 installed I need to start the eclipse 3.0 environment like this:
eclipse.exe -vm “C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe”
I just put this in a .cmd file and point my eclipise shortcut to this file. To get rid of the black box that hangs around until eclipse finished put "start " before eclipse.exe.
[eclipse.cmd]
start eclipse.exe -vm … etc
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods