in reply to Re: Calling Java using system()
in thread Calling Java using system()
I ran into this very old post when trying to do such thing also and this is the solution:
my $response = system ("java -jar /<complete path to java script + parameters");
At least for people that find this post it will still help