Re: [tcljava-user] TclBlend and Java 2 SDK (version 1.3)
Brought to you by:
mdejong
From: Mo D. <su...@ba...> - 2001-09-24 18:16:57
|
On Mon, 24 Sep 2001 13:14:48 -0500 Ed Murphy <Ed....@as...> wrote: > I TclBlend 1.2.6 compatible with Java 2 SDK (version 1.3)? > Regards, Yes. To properly qualify that, yes if it compiles for you. The catch is that every version of the JDK stored its lib files in a different location. The lib files need to be found by the configure script before you can compile. It is a major pain but there is nothing I can do about it. If things do not compile "out of the box" with your version of the JDK. you might need to edit the generated Makefile just a bit so that it passed the proper -L arguments to the linker. Mo |