JAR Problem
From: Ajay Singh Tomar (ajaysingh.tomar2_at_de.bosch.com)
Date: 10/16/03
- Next message: Ajay Singh Tomar: "Java Executable"
- Previous message: Thomas Weidenfeller: "Re: Multi-time zone date/time value?"
- Next in thread: Christophe Vanfleteren: "Re: JAR Problem"
- Reply: Christophe Vanfleteren: "Re: JAR Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 16 Oct 2003 13:14:19 +0200
Hello All,
I have created a Jar file for my project with *.classes, lib folder and
Manifest file.
I can run the Jar file successfully to get desired output from the same
directory, I have created the Jar file from.
But when I copy the Jar file to different folder or different PC, the
program runs but crashes at JDOM exception
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jdom/JDOMException at XMLMerger.main(XMLMerger.java:47)
Could anyone tell me what could be the problem?
Thanks in anticipation.
Regards,
Ajay
- Next message: Ajay Singh Tomar: "Java Executable"
- Previous message: Thomas Weidenfeller: "Re: Multi-time zone date/time value?"
- Next in thread: Christophe Vanfleteren: "Re: JAR Problem"
- Reply: Christophe Vanfleteren: "Re: JAR Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|