RE: So close! Java issues
Brought to you by:
ovidiu
|
From: glaprade <gla...@mi...> - 2003-01-17 16:52:35
|
OK, I solved problem #1. I copied and pasted my .emacs entries out of the .pdf file and the character encoding messed up my single quotes. I am automatically loading up the XSLT minor mode when I load an xsl or xml document. However, I still have the java problems. I got to the transforms to work by: - changing my 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' registry entry to: 1.3 - and then added a 'Software\JavaSoft\Java Runtime Environment\1.3\JavaHome' C:\Program Files\JavaSoft\JRE\1.3.1_02 (I've actually got 1.3.1 and not 1.3) However, this is not a good solution as I have other apps that depend on jre1.4. What setting do I need to change to get xslt-process to use jre1.4??? I am running xslt-process 2.2. Thanks, greg -----Original Message----- From: glaprade [mailto:gla...@mi...] Sent: Wednesday, January 15, 2003 5:59 PM To: 'xsl...@li...' Subject: So close! Java issues I am using NTEmacs 21.2. I am so very close, but I have 2 problems: 1. I have to manually load the xslt-process.el file before I use it? The path to this file is in my .emacs load-path, but unless I manually load the file I cannot M-x xslt-process-mode. This is what I put in my .emacs file as a stop gap, but I'm sure there's a much better way: (load-file "c:/emacs-21.2/xslt-process-2.2/lisp/xslt-process.el") 2. More importantly, I cannot run the Saxon or Xalan processors due to Java errors. This is what I get in the *xslt* buffer: Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' has value '1.4', but '1.3' is required. Error: could not find java.dll Error: could not find Java 2 Runtime Environment. I have the j2sdk1.4.0 installed, and c:\j2sdk1.4.0\bin is in my path. I notice in the xslt-process 2.2 announce message that 1.4 is now supported, what do I need to do? Thanks for your help, Greg ------------------------------------------------------- This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code integrity. Download our Free Code Signing guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en _______________________________________________ Xslt-process-users mailing list Xsl...@li... https://lists.sourceforge.net/lists/listinfo/xslt-process-users |