Thanks to all who replied. I changed my classpath from .;C:\dbXML-Core\java\lib\dbXML.jar to .;"C:\dbXML-Core\java\lib\dbXML.jar" and now I can do things. Although the add_collection won't run right now i can list collections so I think I can do stuff.
Cheers Richard ----- Original Message ----- From: "�yvind Vestavik" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, January 30, 2002 8:52 AM Subject: Re: AW: Running command line actions I dont know why but on certain error messages when starting the db the .jar is actually written to System.out as /jar. Even though you use . in classpath! �yvind �yvind Vestavik �vre M�llenberggt 44b 7014 Trondheim [EMAIL PROTECTED] 41422911 On Wed, 30 Jan 2002, Franosch, Heike wrote: > Hi, > > maybe you need quotes around the classpath, so the "." won't get > interpreted/masked. > > Heike > > > -----Urspr�ngliche Nachricht----- > > Von: Richard Featherstone [SMTP:[EMAIL PROTECTED] > > Gesendet am: Dienstag, 29. Januar 2002 11:55 > > An: [email protected] > > Betreff: Running command line actions > > > > Hi > > > > I've just started to use dbXML and am trying to create a collection > > > > C:\dbXML-Core>dbxmladmin add_collection -c /db -n myexamples > > > > i get the following error message > > > > Exception in thread "main" java.lang.NoClassDefFoundError: > > ;\config;C:\dbXML-Cor > > e\java\lib\infozone-lexus/jar;C:\dbXML-Core\java\lib\juggernaut-1/0/jar;C: > > \dbXML > > -Core\java\lib\xerces-1/4/3/jar;C:\dbXML-Core\java\lib\examples/jar;C:\dbX > > ML-Cor > > e\java\lib\openorb-1/2/0/jar;C:\dbXML-Core\java\lib\openorb_tools-1/2/0/ja > > r;C:\d > > bXML-Core\java\lib\ant-1_3/jar;C:\dbXML-Core\java\lib\junit-3_7/jar;C:\dbX > > ML-Cor > > e\java\lib\infozone-tools/jar;C:\dbXML-Core\java\lib\servlet/jar;C:\dbXML- > > Core\j > > ava\lib\dbXML/jar;C:\dbXML-Core\java\lib\xmldb/jar;C:\dbXML-Core\java\lib\ > > xmldb- > > sdk/jar;C:\dbXML-Core\java\lib\xalan-2/0/1/jar;C:\jdk1/3/1_02\lib\tools/ja > > r > > > > I'm not sure what the problem is, I think it might be because its looking > > for /jar and not .jar. Can anyone out there help me to get this fixed? > > > > Thanks in advance > > > > Richard > > > > > > I'm using windows xp and my environment settings are > > > > JAVA_HOME = C:\jdk1.3.1_02 > > DBXML_HOME = C:\dbXML-Core > > PATH = C:\jdk1.3.1_02\bin;C:\dbXML-Core\bin > > CLASSPATH = .;C:\dbXML-Core\java\lib\dbXML.jar >
