Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Jlink Install test sample failed to run in WF4.0 with jdk1.4.2_18
Symptoms Error message with dialog box Startup Install test failed.
Steps to Reproduce Hello,
I user the jdk1.4.2_18 java compiler version of java used to compiler the application exist in Pro/E load point in Jlink folder.Install_test is the application i could able to successfully compiled and when i try to run it is not able to load the application.It is giving error,I set the config option jlink_java_command with the respecive jre.Still i could not able to resolve.I attached the class files for your reference.Plz let me know how can i make it successfull.
In your protk.dat file, try including "java_app_classpath" with full path name to the location of the class files. Also, use the full path for "text_dir".
Example:
name InstallTest
startup java
java_app_class StartInstallTest
java_app_classpath C:\ptc\proewildfire5\jlink\jlink_appls\install_test
java_app_start start
java_app_stop stop
allow_stop true
delay_start false
text_dir C:\ptc\proewildfire5\jlink\jlink_appls\install_test\text
end
Did you get this resolved?