Hi,
I created a jar file using Eclipse running on windows, transferred it to a UNIX server and when I try to run it using the following command, I get the error after the line below:

/usr/java/jdk5/bin/java -jar sitemapMigrator.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/dom4j/DocumentException

I checked the ANT build script and I know the error is suggesting that the jar for dom4j is missing from sitemapMigrator.jar but looking at the script I can see that it should be included in the build.

Does anyone know how to resolve this issue or have any idea what could be going wrong?

Many thanks for your help in advance

Raymond




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to