Skip Menu |

This queue is for tickets about the PLJava CPAN distribution.

Report information
The Basics
Id: 12485
Status: new
Priority: 0/
Queue: PLJava

People
Owner: Nobody in particular
Requestors: pljava [...] bytelightning.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.04
Fixed in: (no value)



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
From: pljava [...] bytelightning.com
[guest - Sat Apr 30 19:34:26 2005]: My bad. The problem was VC++ 6. For the version of Active Perl that I am using, VC++ 7 (Visual Studio .Net 2003) is the required compiler. Problem resolved, tests run and output looks correct. Thanks! Show quoted text
> 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