Project

Profile

Help

Class not found: com.saxonica...

Added by Anonymous about 14 years ago

Legacy ID: #8174018 Legacy Poster: William Do (williamdo)

I am using the HE version and want to make some changes to the source. However, when debugging in eclipse, i get a ClassNotFoundException for: com.saxonica.config.JavaPlatformPE. I can't find this config class in the source code. Is this intentional? Any workarounds?


Replies (1)

RE: Class not found: com.saxonica... - Added by Anonymous about 14 years ago

Legacy ID: #8174063 Legacy Poster: Michael Kay (mhkay)

In 9.2 there's a file called edition.properties which contains the class names to be loaded for (a) the Configuration, and (b) the Platform. For Saxon-HE on Java, the first should be "net.sf.saxon.Configuration", and the second should be "net.sf.saxon.java.JavaPlatform". It looks as if you've got a different version of this file (probably because I issued it wrongly somewhere).

    (1-1/1)

    Please register to reply