in reply to Re: How to call .jar files from perl program
in thread How to call .jar files from perl program

While we call a jar file from the perl using the following syntax my @args = ("java", "-jar", "Saxton.jar"); system(@args); It is opening the jar application along with a command prompt window. Is there any way to disable the command prompt window?
  • Comment on Re^2: How to call .jar files from perl program