matte
Computer
- Aug 6, 2002
- 5
Hello!
I'm trying to run the full asynchronous j-link example that comes with Proe2001, but I get this errormessage while compiling...
FATAL ERROR in native method: UNKNOWN EXCEPTION: TEMPORARILY FATAL
at com.ptc.pfc.pfcAsyncConnection.AsyncActionListener_u.AsyncActionListener_u_ctor(Native Method)
at com.ptc.pfc.pfcAsyncConnection.AsyncActionListener_u.<init>(AsyncActionListener_u.java:15)
at proadvantumasync.pfcAsyncFullExample.<init>(pfcAsyncFullExample.java:34)
at proadvantumasync.pfcAsyncFullExample.main(pfcAsyncFullExample.java:30)
Can anyone tell me why I get this?
If I remove the ActionListeners from the code the example work fine!
//matte
I'm trying to run the full asynchronous j-link example that comes with Proe2001, but I get this errormessage while compiling...
FATAL ERROR in native method: UNKNOWN EXCEPTION: TEMPORARILY FATAL
at com.ptc.pfc.pfcAsyncConnection.AsyncActionListener_u.AsyncActionListener_u_ctor(Native Method)
at com.ptc.pfc.pfcAsyncConnection.AsyncActionListener_u.<init>(AsyncActionListener_u.java:15)
at proadvantumasync.pfcAsyncFullExample.<init>(pfcAsyncFullExample.java:34)
at proadvantumasync.pfcAsyncFullExample.main(pfcAsyncFullExample.java:30)
Can anyone tell me why I get this?
If I remove the ActionListeners from the code the example work fine!
//matte