dorianwinterfeld has asked for the wisdom of the Perl Monks concerning the following question:
Can't find running JVM and START_JVM = 0 at C:/Perl64/site/lib/Inline/Java.pm line 478.
BEGIN failed--compilation aborted at /wwwroot/ELS_Applications/cgi-bin/fin_reg_el/rel2/FR_jdbc_perl_facade.pm line 21.
Here is line 478 of Java.pm:
$JVM = new Inline::Java::JVM($o);
Java is running:
C:\glassfish4\jdk7\lib>java -version
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
Do you have any suggestions as to how I can debug this?
- Dorian Winterfeld
dorian.winterfeld@gmail.com
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inline-Java Module Errors
by haukex (Archbishop) on Apr 22, 2016 at 14:47 UTC | |
|
Re: Inline-Java Module Errors
by KurtSchwind (Chaplain) on Apr 25, 2016 at 15:52 UTC |