Patrick LeBoutillier wrote:
>
> I've put a new snapshot on
>
> http://ttul.org/~patrick
>
> I think I fixed some of the perl 5.005_03 bugs, and I also managed to to run
> all tests succesfully
> onWindows using nmake (Win98, Java SDK 1.3.0_02, ActiveState 5.6.0 build
> 623)!
I have successfully tested on:
Linux 2.2.13
Java SDK 1.3.0 (from blackdown)
Perl 5.6.0
I successfully ran 'make test' and the same test script that I earlier
reported failing on Windows.
I got the SDK from http://www.blackdown.org
Installation is simple:
A) Retrieve j2sdk-1.3.0-FCS-linux-i386.tar.bz2
B) bunzip2 j2sdk-1.3.0-FCS-linux-i386.tar.bz2
C) tar xvf j2sdk-1.3.0-FCS-linux-i386.tar
D) mv j2sdk1.3.0 /usr/local
E) export PATH=/usr/local/j2sdk1.3.0/bin:$PATH
That's it. Inline::Java then works great.
Cheers, Brian
--
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'