Subject:Java Complie errors with XML Converters Author:Rick Scofield Date:20 Sep 2008 03:47 PM
I'm running SS 2008 Enterprise build 1050g, I also purchased the runtime license for 32_XMLConverters.jar. Can someone please advise...?
Couple issues I'm having...
1) when I double click the 32-XMLConverters.jar file for installation I get the error that "examples/demo.bat" cannot be found. So I remove the option to install the examples. Then after running the install again I get the error "help/wwhdata/common/context.js" cannot be found and the whole install fails...
So I just try to reference the 32_XMLConverters.jar in my classpath then...
2)I generate Java code then complie and I get the error:
"Classpath:"C:\Program Files\Stylus Studio 2008 XML Enterprise Suite\sources";"C:\Program Files\Stylus Studio 2008 XML Enterprise Suite\Components\XML Converters for Java\lib\XMLConverters.jar";"C:\Program Files\Stylus Studio 2008 XML Enterprise Suite\components\Paid XML Java Converters\32_xmlconverters.jar"
Compiling...
CarhBod.java
c:\Program Files\Stylus Studio 2008 XML Enterprise Suite\sources\RproBod\CarhBod.java:6: cannot access java.io.IOException
bad class file: C:\Program Files\Java\jre1.6.0_07\lib\rt.jar(java/io/IOException.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
import java.io.IOException;
^
1 error"