[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:43720] Re: sarge upgrade後のJavaアプリケーション



伊藤です。

> $ java -jar /usr/local/lib/sdoc/SmartDoc.jar -version
> Exception in thread "main" java.lang.NullPointerException
>         at org.xmlsmartdoc.SmartDoc.SmartDocConfig.getXMLProcessor(SmartDocConfig.java:303)
>         at org.xmlsmartdoc.SmartDoc.cdf.CDFGenerator.init(CDFGenerator.java:68)
>         at org.xmlsmartdoc.SmartDoc.AbstractSmartDocFormatConfig._init(AbstractSmartDocFormatConfig.java:63)
>         at org.xmlsmartdoc.SmartDoc.cdf.CDFConfig.setup(CDFConfig.java:55)
>         at org.xmlsmartdoc.SmartDoc.SmartDocConfig.<init>(SmartDocConfig.java:161)
>         at org.xmlsmartdoc.SmartDoc.SmartDoc.<init>(SmartDoc.java:46)
>         at org.xmlsmartdoc.SmartDoc.SmartDoc.main(SmartDoc.java:36)

単にJava1.4.2_08の環境では, Samrtdocをサポートしていないから,
エラーが起きたのだと思われます。
http://java.sun.com/j2se/1.4.2/docs/api/index.html
のサイトで, Java1.4.2のAPIを確認しましたか?

一応, Smartdocに関するURLを紹介します。
http://www.xmlsmartdoc.org/