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

Re: RE: How to call an external Java function

Subject: Re: RE: How to call an external Java function
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Fri, 9 Jan 2009 16:39:48 +0100 (CET)
Re:  RE: How to call an external Java function
"Ylvisaker, Steve" wrote:

>>     java -cp ... -jar .../saxon9.jar ...

> Yes - that is the command line I am using. I'm not very concerned
> because Unix is my ultimate target environment and I doubt that I
> will have similar problems there.

  As Owen said, this has nothing to do with the OS, but with Java
itself.  The -jar option makes the JVM to ignore the classpath.  You
have to change it into something like:

    java -cp "...;.../saxon9.jar" net.sf.saxon.Transform ...

  See the Saxon doc and the links provided by Owen.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

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-2011 All Rights Reserved.