Re: [tcljava-user] Assertion failed: tsdPtr->initialized
Brought to you by:
mdejong
From: Mrinal K. <mr...@gm...> - 2008-03-20 16:29:18
|
Hi i had faced similar problems with this.TCL blend is using java JDK 1.2(check in this folder) you will have to use the same jdk and jre for writing your own codes Hope this helps. Regards, Mrinal On Thu, Mar 20, 2008 at 10:23 AM, Chongkai Jiang <cho...@gm...> wrote: > Hi there, > > I'm trying to incorporate snmp4j into tcl by tcl blend. I wrote a Java > class and used Tcl blend commands to access it in Tcl, but I got the > following failures, > > Assertion failed: tsdPtr->initialized, file > c:/TclBlendSrc/tcljava/src/native/javaCmd.c, line 359 > > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. > > Anyone could tell me what could have gone wrong? Is it possibly related to > thread safety? snmp4j sends a request and waits for response, but I'm not > sure if it does that in another thread. > > Thanks. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > |