Greetings, Long time user, recent subscriber here.
We have used Inline::Java as a conduit for a 3rd party app where I work, and recently we upgraded to a newer version. Of course this broke our previous scripts. I've searched on the web and I can find references to "Can't receive packet from JVM", but nothing helpful from this message at line 431. Error message: Can't receive packet from JVM: No such file or directory at /usr/perl5/site_perl/5.8.4/Inline/Java/Protocol.pm line 431 at <perlscript> line XX. Line 431: my $resp = Inline::Java::__get_JVM()->process_command($this->{inline}, $data) ; Near as I can tell the Java is being produced correctly, but for whatever reason it doesn't appear to be loading properly. Thoughts? Thank you, Brian