RE: Eclipse plugin for Pluto

2003-10-26 Thread Hatim Khan
Thanks everybody for the feedback! It turns out that it was a classloader related issue. I found a workaround, and I put out a new release that supports jdk 1.4. Check it out and let me know if it works for you. Here is what was going on: Since Eclipse creates a classloader for each plugin, the M

RE: Eclipse plugin for Pluto

2003-10-26 Thread Jacob Kjome
At 06:33 PM 10/25/2003 -0700, you wrote: Xerces (and xalan) will not be used from a classpath. You need to put it (usually along with xalan.jar and xml-apis.jar -- get the latest) in the $JAVA_HOME/jre/lib/endorsed directory. This is only partially true. It is true for xml-apis.jar and xalan.jar.