Subject: | Acess violation |
Hi,
This package is exactly what I was looking for, thank you.
Unfortunately I have not been able to get it to run yet. I get an access violation trying to run the "java test" application. Everything seems to have built okay. But the test crashes inside the perl_construct() routine called from PLJava_start().
I know perl_construct is out of you control, but is there some kind of initialization needed before calling it? Specifically many examples show the use of PERL_SYS_INIT3 macro although PLJava would obviously not have this information available.
I am running Windows XP, ActiveState Perl v5.8.6 built for MSWin32-x86-multi-thread, and Java version 1.4.2. PLJava is being compiled with VC++ 6.
Please let me know if there is anything I can do to help.
TIA