So close! Java issues
Brought to you by:
ovidiu
From: glaprade <gla...@mi...> - 2003-01-16 00:59:25
|
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 |