Re: [tcljava-dev] Java 1.4 - breaks TclBlend?
Brought to you by:
mdejong
From: Mo D. <su...@ba...> - 2001-12-13 02:01:17
|
On Mon, 10 Dec 2001 06:19:21 +0000 Neil Madden <ne...@cs...> wrote: > I've been playing with Java 1.4 recently, and it appears to break > TclBlend. The problem is that the classic VM is no longer shipped (there > is a "client" HotSpot VM instead - will this work in place?). Details > at: > > http://java.sun.com/j2se/1.4/docs/relnotes/features.html#vm > > Does this break TclBlend, or can it be made to work with the new setup. > It's quite irritating. Every release of the JDK breaks Tcl Blend. It is just a fact of life. The JNI interface and the libs one needs to link in are always in flux. There is only one solution. Someone will need to sit down and make sure Tcl Blend works with whatever strange changes Sun decided to throw in the current release. Mo |