Skip to main content
1-Visitor
October 11, 2012
Question

J-Link Error-pfcExceptions$X ToolkitCantModify

  • October 11, 2012
  • 2 replies
  • 2499 views

Hi i am trying to connect via J-Link to a running session of Pro/E with the following code:

System.loadLibrary("pfcasyncmt");

AsyncConnection connection = pfcAsyncConnection.AsyncConnection_Connect(null, null, null, 20);

but i always get the following error:

Exception in thread ;main; com.ptc.pfc.Implementation.pfcExceptions$XToolkitCantModify at com.ptc.pfc.pfcAsyncConnection.pfcAsyncConnection.AsyncConnection_Connect(Native Method)

i've already checked all of my system variables, and they're all right, i can't get rid of it. Can anybody help me?

2 replies

1-Visitor
March 25, 2019

did u resolved this?

i am having same issue help me.

3-Newcomer
May 27, 2025

I know this is a pretty old post, but I've also recently run into this problem and couldn't figure out the problem. Hopefully someone knows how to resolve this!