Question
Execute a jar from jsp under Windchill
Hello,
I have a Java package that works with the Info Engine API. I'd like to package this into an executable jar and run from a jsp, but I'm having some issues. I can run the jar from the file system (double-click) and it works fine, but it will not execute from the jsp. Does anyone have any advice abou this or even another approach to execute my package on the server.
Thanks!

