Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
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?
did u resolved this?
i am having same issue help me.
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!