Re: So close! Java issues
Brought to you by:
ovidiu
From: Ovidiu P. <ov...@ap...> - 2003-01-21 05:42:46
|
On Monday, Jan 20, 2003, at 14:04 US/Pacific, glaprade wrote: > Ovidiu, > > I fixed it. The problem was something to do my NT box having dual > versions > of the jre. I cannot say _exactly_ what fixed it, but I: > - uninstalled all jre/jdk related stuff > - reinstalled jdk1.4 but got a 'cannot find jvm.cfg' error from > xslt-process > - rebooted, uninstalled jdk1.4 > - rebooted, reinstalled jdk1.4 > > Now it works like a champ. I'm glad it works for you! > Thanks for the help, > Greg Not much help though ;) Cheers, Ovidiu > -----Original Message----- > From: Ovidiu Predescu [mailto:ov...@ap...] > Sent: Friday, January 17, 2003 9:57 PM > To: glaprade > Cc: 'xsl...@li...' > Subject: Re: So close! Java issues > > > Hi Greg, > > I'm sorry, I don't have much experience on the Windows platform so I > cannot help you much. Perhaps somebody else that encounters the same > problem can help you. > > Regards, > Ovidiu > > On Friday, Jan 17, 2003, at 08:52 US/Pacific, glaprade wrote: > >> 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 >> >> >> ------------------------------------------------------- >> This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts >> will >> allow you to extend the highest allowed 128 bit encryption to all your >> clients even if they use browsers that are limited to 40 bit >> encryption. >> Get a guide >> here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en >> _______________________________________________ >> Xslt-process-users mailing list >> Xsl...@li... >> https://lists.sourceforge.net/lists/listinfo/xslt-process-users >> > |