Donate Share

AurigaDoc

Tracker: Bugs

5 NoClassDefFoundError - ID: 868276
Last Update: Settings changed ( khurshid )

Error running AurigaDoc on jdk.1.3.x or below

Exception in thread "main"
java.lang.NoClassDefFoundError: javax/xml/transform/Source
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at
com.aurigalogic.aurigadoc.core.Driver.getConverter(Driver.java:220)
at
com.aurigalogic.aurigadoc.core.Driver.run(Driver.java:160)
at
com.aurigalogic.aurigadoc.cmdline.Converter.convert(Converter.java:253)
at
com.aurigalogic.aurigadoc.cmdline.Converter.<init>(Converter.java:170)
at
com.aurigalogic.aurigadoc.cmdline.Converter.main(Converter.java:153)


Khurshidali Shaikh ( khurshid ) - 2003-12-31 06:40

5

Closed

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2003-12-31 06:42
Sender: khurshidProject Admin

Logged In: YES
user_id=271087

You must be using jdk.1.3.x or below. The necessary jaxp
classes are not there in the java runtime and also not there
in the xalan version distributed with aurigadoc.

Solution:
Either upgrade to jdk 1.4 or

Download the files atatched below.
put the jar file in AurigaDoc lib directory and the .bat
file in AurigaDoc bin directory.

Future release will be distributed with all the jars.




Log in to comment.

Attached Files ( 2 )

Filename Description Download
jaxp.jar JAXP Classes used for XSL transformation Download
cpappend.bat Windows batch script which sets the AurigaDoc classpath. This should be copied in bin directory. Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2004-03-05 14:07 khurshid
close_date - 2004-03-05 14:07 khurshid
File Added 71893: cpappend.bat 2003-12-31 06:44 khurshid
File Added 71892: jaxp.jar 2003-12-31 06:42 khurshid