Skip to main content
1-Visitor
March 31, 2017
Question

My protk.dat file not working

  • March 31, 2017
  • 1 reply
  • 1886 views

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.

1 reply

24-Ruby III
March 31, 2017

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

ddhini1-VisitorAuthor
1-Visitor
April 3, 2017

Thanks for Your Response @ MartinHanak .Its perfectly working.I made a mistake in Java Environment.