chaitugvc has asked for the wisdom of the Perl Monks concerning the following question:
I have build PLjava in Java 1.4 ,VC++6, Perl 5.12 and Swig 1.3 environment.
I did following steps,No error till now, but when i executed java file, i am getting below error at PLJava.PLJava_start() ;-> Perl Makefile.PL ->nmake
Can anyone please let me know where the problem is, and Is there problem with the perl version i am using ?C:\PLJava-0.04\PLJava-0.04>java test # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1000158f, pid=3364, + tid=2944 # # JRE version: 7.0-b147 # Java VM: Java HotSpot(TM) Client VM (21.0-b17 mixed mode, sharing wi +ndows-x86 ) # Problematic frame: # C [pljava.dll+0x158f] # # Core dump written. Default location: C:\PLJava-0.04\PLJava-0.04\hs_e +rr_pid3364 .mdmp # # An error report file with more information is saved as: # C:\PLJava-0.04\PLJava-0.04\hs_err_pid3364.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Library=C:\WINDOWS\system32\ntdll.dll Current Java thread: at perl5.PLJavaJNI.PLJava_start(Native Method) at perl5.PLJava.PLJava_start(PLJava.java:14) at perl5.Perl.<clinit>(Perl.java:33) at test.main(test.java:9) ========================================
Thanks in Advance,
Chaitanya
|
|---|