Re: Java classpath for Calabash questions

Are there actually newlines in the java command ? If so that could spell 
trouble.
( You can use ^ in CMD to break things across lines)



David A. Lee
dlee@calldei.com  
http://www.calldei.com
http://www.xmlsh.org
812-482-5224



Manfred Staudinger wrote:
> I have not found much documentation, but if I try (one line):
> java -cp "J:\Programme\xproc\calabash\lib\calabash.jar;
> D:\Programme\Saxon9.1.0.5\saxon9.jar;
> D:\Programme\Saxon9.1.0.5\saxon9-s9api.jar" com.xmlcalabash.drivers.Main
> dirs0.xpl dir=file:/J://test
>
> I get
> java.lang.NoClassDefFoundError: net/sf/saxon/s9api/QName
> 	at com.xmlcalabash.drivers.Main.<clinit>(Main.java:56)
> Could not find the main class: com.xmlcalabash.drivers.Main.  Program will exit.
>
> Also, how can I use Saxon9HE?
> Regards,
> Manfred
>   

Received on Tuesday, 8 September 2009 20:33:07 UTC