.jar needs to be extracted for starting application
Hello,
I have created a very simple application using free java API. I am compiling .java to .class and then creating .jar archive. There is protk.dat that goes with it. What I noticed is Creo needs .class files as well along with .jar to start the application. Otherwise application start fails. So if I need to deploy this app I need to extract .class from .jar at same location. Is this expected? or Am I missing any configuration?
Thank you for your help
