Running from a JAR - classpath issue?
From: Peter Kirk (peter)
Date: 08/27/04
- Next message: Nik Cross: "Re: Array Dynamic Casting problem"
- Previous message: luca: "tag-libs and dynamic attributes"
- Next in thread: zoopy: "Re: Running from a JAR - classpath issue?"
- Reply: zoopy: "Re: Running from a JAR - classpath issue?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Aug 2004 12:52:49 +0200
Hi
I am trying to run "hibernate ide", which I downloaded from here:
http://www.hibernate.org/Documentation/Hibern8IDE
but I keep getting an error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jgraph/JGraph
I assume this is a class path issue. But how do I set the classpath
correctly? Even if I put all the various jars from the download in the same
directory, and try for example:
set
CLASSPATH=.\velocity-1.3.1.jar;.\pf-joi-full.jar;.\jdom.jar;.\forms-1.0.3.ja
r;.\bsh-2.0b1.jar;.\hibernate-tools.jar;.\jgraph.jar;.\looks-1.1.3.jar;.
java -cp %CLASSPATH% -jar hibern8ide.jar
I still get the error...
Thanks for any pointers,
Peter
- Next message: Nik Cross: "Re: Array Dynamic Casting problem"
- Previous message: luca: "tag-libs and dynamic attributes"
- Next in thread: zoopy: "Re: Running from a JAR - classpath issue?"
- Reply: zoopy: "Re: Running from a JAR - classpath issue?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|