It was a simple matter of changing this line in the configure script:
# DIR=$JAVA_DIR/jre/$ARCH_LIB/classic
DIR=$JAVA_DIR/jre/$ARCH_LIB
The classic sub directory does not exist in Sun's JDK 1.3.1. All the needed libraries are one level
up.
Dan
-----Original Message-----
From: tcl...@li...
[mailto:tcl...@li...]On Behalf Of Mo DeJong
Sent: Sunday, May 27, 2001 4:49 PM
To: tcl...@li...
Subject: Re: [tcljava-user] TclBlend and Java1.3 (SDK2)
On Fri, 25 May 2001, Dan Schenck wrote:
> I was trying to configure TclBlend1.2.6 to use Java1.3 and am having the following error:
>
> configure: error: jdk directory /usr/java1.3/jre/lib/sparc/classic does not exist
>
> Is it not possible to use TclBlend1.2.6 with Java1.3? If it is possible, what tweaks do I need to
> make to get there.
It does work, but you might need to modify the configure.in script so
that it knows about where the JNI libs sit on the filesystem. There
was quite a bit of work done on the version of Tcl Blend in the CVS
to make this easier, you might want to try that. You should also
be able to just hack the generated Makefile to fix the paths
passed to the compiler. JDK vendors have this fun habbit of
changing the install path names for just about every major release.
Mo
_______________________________________________
tcljava-user mailing list
tcl...@li...
http://lists.sourceforge.net/lists/listinfo/tcljava-user
|