RE: Weird problem with JDK 1.4 on win32

2002-02-28 Thread Vadim Gritsenko
Stefano, Could you try build.bat from the CVS? Now, if JAVA_HOME is present, it will take precedence over Java in system path. Vadim > -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 5:48 PM > To: Apache Cocoon; Apache Cocoon

Re: Weird problem with JDK 1.4 on win32

2002-02-21 Thread Torsten Curdt
On Wed, 20 Feb 2002, Stefano Mazzocchi wrote: > I just compiled the fresh CVS and I got a bunch of compilation errors > such as > > class org.apache.cocoon.components.language.markup.xsp.EsqlConnection > must > be declared abstract. It does not define void setHoldability(int) from > interface jav

RE: Weird problem with JDK 1.4 on win32

2002-02-21 Thread Georg Von Sperling
I ran into that problem as well, but the way I fixed it is to set the Environment Variables in the System Properties as follows: JAVA_HOME = {path to jdk1.4 (not the -rc, which was all screwy)} CLASSPATH = .;%JAVA_HOME%/tools.jar; now, your "Path" variable pobably looks like: ;%SystemRo