Re: [tcljava-user] TclBlend and Java1.3 (SDK2)
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-05-27 21:48:35
|
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 |