Configuring J-Link in Creo 2.0
Hello everyone,
We are currently in the process of evaluating Creo 2.0
One problem that we can not seem to solve is configuring our J-Link application (which runs succesfully in WildFire 5.0) in Creo 2.0
There seems to be something wrong and I hope someone on this forum already has experience with J-Link in Creo 2.0
This is the current configuration which works in WildFire 5.0
- C:\Projects\Shape\Shape.jar is the JAR file to be used by J-Link
- C:\Projects\Shape\Text\shape.txt is the text file used in the application
- Environment Variable "CLASSPATH = C:\Projects\Shape\Shape.jar"
- Protk.dat file located in C:\ptc\proeWildfire 5.0\text
name Shape
startup java
java_app_class Shape
java_app_start start
java_app_stop stop
allow_stop true
delay_start false
text_dir C:\Projects\Shape\text\
revision 0.0
end
This is the configuration which does not work in Creo 2.0
- C:\Projects\Shape\Shape.jar is the JAR file to be used by J-Link
- C:\Projects\Shape\Text\shape.txt is the text file used in the application
- Environment Variable "CLASSPATH = C:\Projects\Shape\Shape.jar"
- Protk.dat file located in C:\ptc\Creo 2.0\Common Files\F001\text
name Shape
startup java
java_app_class Shape
java_app_start start
java_app_stop stop
allow_stop true
delay_start false
text_dir C:\Projects\Shape\text\
revision 0.0
end
As you can see, the only difference is that we copied the WildFire 5.0 'Protk.dat' file to C:\ptc\Creo 2.0\Common Files\F001\text
If someone has anything to add, please do.
Kind regards...
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

