[Tcl Java] Re: [Tcl Java] JRE 1.1.8 with native threads

1999-10-19 Thread Scott Redman
You need to read Sun's licensing for the JRE 1.1.8. I believe that you need to have your users agree to the Sun license for the JRE, but that's about it. TclBlend is open source with a BSD license, which allows you to do whatever you want with it. -- Scott Suvarna Ayyagari wrote: > > Hi, >

[Tcl Java] JRE 1.1.8 with native threads

1999-10-19 Thread Suvarna Ayyagari
Hi, I have compiled Tclblend 1.2.4 with JDK 1.1.8 with native threads on Solaris 2.6. Now I want to bundle my application with the Tclblend shared library and with JRE 1.1.8 with native threads. Can I do this and is there anything I need to change when I do this? Is there any more work at my