[xep-support] Re: RenderX oXygen Error

Dave Pawson davep at dpawson.co.uk
Tue Feb 15 09:08:16 PST 2005


On Tue, 2005-02-15 at 12:36 +0200, Oxygen XML Editor support wrote:

> Maybe the RenderX guys will think about adding a similar Linux/Unix 
> script to their install kit. That would make life easier for such users.

#!/bin/sh

# XEP command-line

JAVA_HOME="/usr/java/j2sdk1.4.2_06/jre"
XEP_HOME="/myjava/xep"

CP="$JAVA_HOME/lib/tools.jar:\
$XEP_HOME/lib/xep.jar:\
$XEP_HOME/lib/saxon.jar:\
$XEP_HOME/lib/xt.jar"

"$JAVA_HOME/bin/java" \
        -classpath "$CP" \
        "-Dcom.renderx.xep.CONFIG=$XEP_HOME/xep.xml" \
        com.renderx.xep.XSLDriver "$@"


You can see where my java is installed,
and where xep is installed.

adjust as necessary for your environment.

HTH
-- 
Regards, 

Dave Pawson
XSLT + Docbook FAQ
http://www.dpawson.co.uk

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list