Skip to main content
1-Visitor
April 24, 2013
Question

how do we connect to creo parametric 2.0 using j-link API.

  • April 24, 2013
  • 1 reply
  • 4856 views

Hi all ,

How do i connect to creo parametric 2.0 using j-link.

and what are the configurations/variables i have to set.please help.Thanks in advance

1 reply

7-Bedrock
April 25, 2013

Hi,

Have you read the manual already (jlinkug.pdf - 1. Setting up Jlink)? Should be located in the '\Common Files\...\Jlink\' folder of your creo installation directory.

pshetty-21-VisitorAuthor
1-Visitor
April 25, 2013

Yes i have gone through jlinkug.pdf.

Facing some error while creating the Proe Connection through the method AsyncConnection_Start . The error that i am getting is ‘com.ptc.pfc.Implementation.pfcExceptions$XToolkitGeneralError’.I am setting the environment variables PRO_COMM_MSG_EXE and PRO_DIRECTORY.One doubt I had was that where PRO_DIRECTORY variable should be set, I am setting it to ‘C:\PTC\Creo\creo2_m040_x86\CommonFiles’ . What are the other things that we need to take care to connect to Creo Parametric 2.0 MO40?

7-Bedrock
April 25, 2013

I have PRO_DIRECTORY set to C:\ptc\Creo 1.0. Works fine...

btw, 'pfcasync' should also be added to Classpath but I presume you already did that.