Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello,
I'Ve developed an application using Jlink, and it works! But when i start a second session of CREO, in the second session, the Jlink application, doesn't start. Is that normal?
Solved! Go to Solution.
I everyone,
I found the problem.
In my config.pro we need to add a line were we configure jlink_java_command. And here I had the values for debug -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n. For working in more sessions, I need to remove the code for debug!
Hi,
please ask PTC Support.
Here in PTC forum?
thanks, I will give a feedback
I everyone,
I found the problem.
In my config.pro we need to add a line were we configure jlink_java_command. And here I had the values for debug -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n. For working in more sessions, I need to remove the code for debug!