Next in thread → Next in month →

Re: DOCBOOK-APPS: java.lang.NoClassDefFoundError:

From
madhu Maddy <>
Date
2001-06-10T08:33:45+00:00
ID
20010610140444.4430@needaguru
Thread
Re: DOCBOOK-APPS: java.lang.NoClassDefFoundError:
Hello,

> I'm working on a Debian system (partial woody) and I've 
> installed all the packages from this site:
> http://dulug.duke.edu/~mark/debian/old/
> 
> and xsltproc and the relevant dependencies out of testing.  I 
> also downloaded saxon from here:
> http://users.iclway.co.uk/mhkay/saxon/
> 
try using xalan instead i think with normans stylesheets(latest as
well website) the latest saxan(6.3) doesnt work properly (no fault of norman's) 

> Before I develop the website I thought I should build the test 
> website on my system.
> 
> After downloading and viewing Mark's slides I tried to build the 
> xml website with this command:
> 
> $ java -classpath \
> /home/jesse/newbiedoc/website/downloads/saxon.jar \
> website.xml /usr/lib/sgml/stylesheet/xsl/docbook/nwalsh/website\
> /website.xsl
> Exception in thread "main" java.lang.NoClassDefFoundError: \
> website/xml
> 
i think \ used to convey new line must be confusing java try instead
export ClASSPATH= /whereever/your/xalan/saxan.jar$CLASSPATH
and then
 $ java website.xml  /usr/lib/sgml/stylesheet/xsl/docbook/nwalsh/website/websitesite.xsl
should do the trick


> 
> TIA,
> Jesse
> -- 

have fun but do take care

maddy
Next in thread → Next in month →