Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I have Creo 2.0 (M230) .I created a tool using java in my ProE Session.Its perfectly Working....
My protk.dat file :
NAME | DTool | |
STARTUP | JAVA |
JAVA_APP_CLASS Checker
JAVA_APP_START start
JAVA_APP_STOP stop
JAVA_APP_CLASSPATH C:\Users\Desktop\javaGUI\h1\dist
TEXT_DIR C:\Users\Desktop\javaGUI\h1\dist
ALLOW_STOP TRUE
END
I call my Session using Batch file....and its perfectly working.But I want to install it to my Colleague .I follows the same method to install the tool.only difference he using (M100).The tool can't loading .I don't know where am lag.Suggest me to solve the problem.Thanks in advance.
Hi,
you have two options:
1.) install M230 for your colleague and do a test
2.) install M100 on your PC and do a test
MH
Thanks for Your Response @ MartinHanak .Its perfectly working.I made a mistake in Java Environment.