Red Hat includes Kaffe as the default JVM. Your PATH
is picking up Kaffe from /usr/bin/javac instead
of the JDK. You need to use the --with-jdk=$SOMEPATH argument
to indicate where your JDK is installed. You could also
prepend the location of your JDK bin directory to your PATH,
then configure would find javac in the JDK bin directory not
the /usr/bin directory.
P.S.
You can actually use the Kaffe JVM with Jacl, but tclblend has not
been tested with Kaffe because you need glibc 2.1.2 to use the
pthreads version of Kaffe and I have glib 2.0 on my Linux box.
If you want to do some hacking with Kaffe you can use the --with-kaffe
argument to the configure script. Look for info at www.kaffe.org.
Mo Dejong
Red Hat Inc.
On Tue, 8 Feb 2000, Mike Schneider wrote:
> Hello,
> I'm trying to compile tclblend under Redhat Linux. I have Kaffe and Sun's
> jdk1.2.2 installed. CLASSPATH is set to nothing. Here's the error I get:
>
>
> [mpschnei@peace unix]$ ./configure
> loading cache ./config.cache
> srcdir is /usr1/schneider/tclBlend1.2.5/unix
> checking for javac... /usr/bin/javac
> Java found at /usr
> checking for zip or jar files to include on CLASSPATH... configure: error:
> could not find zip or jar files to include on CLASSPATH.
>
> What's happening?
----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com