Hi,

I have build PLjava in Java 1.4 ,VC++6, Perl 5.12 and Swig 1.3 environment.

I did following steps,
-> Perl Makefile.PL ->nmake
No error till now, but when i executed java file, i am getting below error at PLJava.PLJava_start() ;
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) ========================================
Can anyone please let me know where the problem is, and Is there problem with the perl version i am using ?

Thanks in Advance,

Chaitanya

In reply to PLJAVA Install Issue by chaitugvc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.