[xep-support] Re: Java 1.8 broke my xep install

Mike Sulyaev msulyaev at renderx.com
Wed Dec 9 03:23:45 PST 2015


export JAVA_HOME=$(/usr/libexec/java_home)
(http://stackoverflow.com/questions/1348842/what-should-i-set-java-home-to-on-osx <http://stackoverflow.com/questions/1348842/what-should-i-set-java-home-to-on-osx>)

/Mike

> On 09 Dec 2015, at 03:10, John W. Shipman <john at nmt.edu> wrote:
> 
> 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 at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20151209/6eb65be3/attachment.html>


More information about the Xep-support mailing list