开发者

no class def found

I want to run a .bat file using c#. for this I set the class path of the JDK1.6 manually.but it is giving an error

"java.lang.NoClassDefFoundError: org/apache/xalan/xslt/process"

how this can be开发者_运维问答 removed.


This is a third party library dependency that must be added to the classpath. Find the JAR file for this and reference it in your java command.

java -cp [CLASSPATH]


You need to add xalan.jar and its dependencies

http://xml.apache.org/xalan-j/downloads.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜