I'm currently running xep-4.22-2013-personal, and when I accepted
the Java 1.8.0_66 upgrade, it broke my xep install, and of course
it removed the 1.6 JRE that xep was using. I have the 1.8.0_66
JRE installed on my Mac running El Capitan (10.11.1).
What do I have to do to get it back running? Here is the ~/bin/xep
file I was using:
================================================================
#!/bin/sh
# XEP command-line
JAVA_HOME="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"
XEP_HOME="/Users/john/XEP"
CP="$JAVA_HOME/lib/tools.jar:\
$XEP_HOME/lib/xep.jar:\
$XEP_HOME/lib/saxon6.5.5/saxon.jar:\
$XEP_HOME/lib/saxon6.5.5/saxon-xml-apis.jar:\
$XEP_HOME/lib/xt.jar"
"$JAVA_HOME/bin/java" \
-classpath "$CP" \
"-Dcom.renderx.xep.CONFIG=$XEP_HOME/xep.xml" \
com.renderx.xep.XSLDriver "$@"
----------------------------------------------------------------
My first problem is that I have no idea where JAVA_HOME should
be with the new install.
Life without xep is extremely difficult for me! I use DocBook
every day all day and I depend on the PDF rendering. What
do you suggest I do?
Best regards,
John Shipman, 507 Fitch St., Socorro, NM 87801; john@nmt.edu
Home: 575-835-0235; cell: 505-249-3839; http://nmt.edu/~shipman/
_______________________________________________
(*) To unsubscribe, please visit http://lists.renderx.com/mailman/options/xep-support
(*) By using the Service, you expressly agree to these Terms of Service http://w
ww.renderx.com/terms-of-service.html
Received on Tue Dec 8 18:02:43 2015
This archive was generated by hypermail 2.1.8 : Tue Dec 08 2015 - 18:02:59 PST