Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

ToolKit not found exception

rony_007

New member
HI All,


I am using an j-link api to get anexisting proe connection.Below is the API i am using.


pfcAsyncConnection.AsyncConnection_Connect(null, null, null, null);


But all the time i am getting an exception:


com.ptc.pfc.Implementation.pfcExceptions$XToolkitNotFound
at com.ptc.pfc.pfcAsyncConnection.pfcAsyncConnection.AsyncConne ction_Con
nectById(Native Method)
at Test.TestProeVersion.openProEConnection(TestProeVersion.java :196)
at Test.TestProeVersion.getProESession(TestProeVersion.java:129 )
at Test.TestProeVersion.main(TestProeVersion.java:47)
com.ptc.pfc.Implementation.pfcExceptions$XToolkitNotFound
at com.ptc.pfc.pfcAsyncConnection.pfcAsyncConnection.AsyncConne ction_Con
nectById(Native Method).


Please help me with this error as i am new to J-links.


Thanks in advance.
 

Sponsor

Articles From 3DCAD World

Back
Top