Skip to main content
10-Marble
June 8, 2010
Question

Stopping Applications

  • June 8, 2010
  • 2 replies
  • 3151 views

I have started to create a couple test J-Link applications and every time I exit from Pro/ENGINEER I get a message that the application did not stop correctly. I have a stop method in my code but how do I call it when Pro/E is exiting?

2 replies

1-Visitor
June 9, 2010

Hello Scott

Send me your class that starts your applicaiton and I will help you.

1-Visitor
September 23, 2010

This message is not so much for Scott, but for the benefit of

others reading this thread having the same question ....

The "start" and "stop" methods in your J-Link application are

called by Pro/Engineer when it wants to start and/or stop your

program. You shouldn't need to call it yourself.

Not only will calling your "stop" method not stop your app, but

it could also hose up Pro/Engineer in the process.