Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-incubator-dev] Compiling XSL tools on Mac OS X

Hi guys,

I just checked out the XSL plugins on a Mac and it turns out that the JVM supplied by Mac OS X1.05 apparently includes Xalan in the original org.apache.xalan and org.apache.xpath packages, in the JVM class libraries. And they aren't exported, so it generates many wrong access restiction errors.

The fix is to flip the precedence of the classpath containers for PDE and JRE, so the Orbit bundles are picked up first.

Have any of you seen this problem before? I think this is just a problem with the PDE, not the XSL plugins stuff as such.

-Jesper


Back to the top