[Tcl Java] TclBlend on HP-UX10

1999-12-13 Thread Nimrod Shaulski
Can anyone help me? I want to run TclBlend on HP-UX10, but I believe this platform does not have Native Threads on it (only "Green"). Does this mean TclBlend is not available on HP-UX10? Thanks a lot, nimi. The TclJava

[Tcl Java] Re: [Tcl Java] TclBlend on HP-UX10

1999-12-13 Thread Mo DeJong
Short answer, you need a JDK with native threads. Long answer, you could try hacking around with the "custom" target in the unix/Makefile. The "custom" executable (it was called green.c in the past) will load Java before Tcl, so it "should" work with green threads. Check out the unix/custom.c