you're seeing something that I am missing?
note that the pathnames are UNIX pathnames --not
dos-impaired pathnames.
>>>>> "David" == David J Biesack <[EMAIL PROTECTED]> writes:

    >> Date: Fri, 15 Dec 2000 10:15:29 -0800

    David> You need a ';' before
    David> c:/home/tvraman/emacs/lisp/site-lisp/xslt-process-1.0/java/xslt.jar
    David> in your classpath.

    >> BeanShell 1.0 beta - by Pat Niemeyer ([EMAIL PROTECTED])
    >> bsh % xalan1.invoke("/tmp/foo.xml", "/tmp//xsltout17395LF2");
> // Error: bsh.EvalError: bsh.EvalError: Method invocation on void: xalan1.invoke :  
>: xalan1 .invoke ( "/tmp/foo.xml" , "/tmp//xsltout17395LF2" ) 
> bsh % import xslt.Xalan1;

    David> import does not really load any classes in bsh;
    David> it just helps resolve unqualified class
    David> identifiers later. I don't have xslt installed
    David> and I can do this import with no error.

    David> Try the following to see the classpath that bsh
    David> runs with:

    David> bsh %
    David> print(System.getProperty("java.class.path")); bsh
    David> % print(System.getProperty("java.ext.dirs")); bsh
    David> %
    David> print(System.getProperty("sun.boot.class.path"));

    David> -- David J. Biesack SAS Institute Inc.  SAS
    David> Campus Drive Cary, NC 27513 The Power to Know
    David> (919) 531-7771 http://www.sas.com

-- 
Best Regards,
--raman
------------------------------------------------------------

IBM Research: Human Language Technologies
Phone:        1 (408) 927 2608
Fax:        1 (408) 927 3012
Email:        [EMAIL PROTECTED]
WWW:      http://www.cs.cornell.edu/home/raman
PGP:          http://cs.cornell.edu/home/raman/raman.asc 
Snail:        IBM Almaden Research Center,
              650 Harry Road
              San Jose 95120

Reply via email to