Re: XSLT Processor and Java, help GREATLY appreciated
Brought to you by:
ovidiu
From: Ovidiu P. <ov...@cu...> - 2002-10-15 21:53:02
|
Wow, this is the first time I see this error. I guess the reason for this is that Kaffe, the JVM you're using,=20 doesn't come with the essential JDK class libraries. Instead of using=20 Kaffe, just install JDK 1.3 from either Sun or IBM. Don't use JDK 1.4,=20= the code has not been tested with it, and you may run in other problems. You don't need to install JDEE to be able to run XSLT-processor. Regards, Ovidiu On Tuesday, October 15, 2002, at 01:05 PM, angel wrote: > Hi. =A0Can someone please help? > > =A0 > > I=92ve just installed XSLT-processor version 2.1 in emacs and all = looks=20 > good so far, the XSLT Menus are there, etc. > > =A0 > > But when I try to Apply XSLT to an xml file, I get this in my *xslt*=20= > buffer: > > =A0 > > =93 Couldn'tfind or load essential class `java/lang/Object'=20 > java.lang.NoClassDefFoundError java/lang/Object =93 > > =A0 > > =A0 > > I=92ve never used java through emacs so I think this is where I need=20= > help. > > Here=92s the version of java on my machine:=A0 > > =A0 > > mojave% java -version > > KaffeVirtual Machine > > Copyright (c) 1996-2000 > > TransvirtualTechnologies, Inc.=A0All rights reserved > > Engine: Just-in-time v3=A0=A0Version: 1.0.6=A0=A0Java Version: 1.1 > > =A0 > > I have not installed JDEE - is that what I need?=A0Or do I have to = just=20 > set some CLASSPATH?=A0How would I do that?=A0I=92m not much of a java = user=85 > > =A0 > > THANKS!!! LORI=A0-- Please include reply to an...@sb.... =A0 > |