While we call a Jar file from a perl application using System() the Jar file is invoked and run normally. At that time we are not able to access the calling Perl Application. When we close the called java application then we are able to access the Perl application.
On the other hand if we use the EXEC() to invoke the jar file then the jar invoke and the perl application will close.
Can you please suggest how we can call a jar file from the perl application and access both the application(perl and jar)simultaniously?