Question
how to invoke a task registed by synchronouse java app with asynchronous java app
I has build a synchronouse java app,and rigisterd as a task named "task01".when I start a new asynchronous java app and StartJLinkApplication which build before, and run ExecuteTask "task01",creo crashed!!

