[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xalan install newbie: NoClassDefFoundError

Subject: RE: xalan install newbie: NoClassDefFoundError
From: "Roger Glover" <glover_roger@xxxxxxxxx>
Date: Sun, 2 Feb 2003 14:01:56 -0600
xalan install classpath
Jonathan Chetwynd wrote:

> many thanks, working now, perhaps it might be time to add this to the
> helpfiles?

> On Saturday, February 1, 2003, at 10:46 PM, Ivan Pedruzzi wrote:
>
> > The correct syntax on Windows is
> >
> > set CLASSPATH=%CLASSPATH%;C:\xalan\bin\xalan.jar

This is a general "Java on Win32" question, so I seriously doubt there is a
place for it in the XSL FAQ.  But I think it would be an appropriate and
valuable addition here:
    http://xml.apache.org/xalan-j/getstarted.html#classpath

or here:
    http://xml.apache.org/xalan-j/faq.html#faq-N10203

Maybe with a one-line or so example each for:
    o   Win32
            set CLASSPATH=%CLASSPATH%;C:\whereever\xalan.jar
            (or NT/2000/XP GUI procedure, mentioned in a
             previous message in this thread)
    o   UNIX/Linux sh/bash/ksh/etc.
            CLASSPATH=$CLASSPATH:/whereever/xalan.jar
            export CLASSPATH    # should not be needed if
                                # CLASSPATH is already
                                # defined, but couldn't hurt
    o   UNIX/Linux csh/tcsh/etc.
            setenv CLASSPATH $CLASSPATH:/whereever/xalan.jar
    o   MacOS (before OS X)
            (someone else will have to supply this)

-- Roger Glover
   glover_roger@xxxxxxxxx



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.