Hi,
------------------------------
In order for "Inline::Java" to function properly, it needs to know where
to find a Java 2 SDK on your machine. This is done using one of the
following techniques:
1 Set the J2SDK configuration option to the correct directory
2 Set the PERL_INLINE_JAVA_J2SDK environment variable to the correct
directory
-----------------------------
I haven't personally tried the second method, but I expect it should work
for you. If not, then it's probably simplest to use the first method by
building and installing Inline-Java from CPAN source (rather than installing
the ppm)
You don't need to rebuild Inline::Java to use the first method, you
should be able
to set it in your script like this:
use Inline (
J2SDK='C:\jdk1.5.0',
Java => DATA,
) ;
# ...
Patrick
Cheers,
Rob
--
=====================
Patrick LeBoutillier
Laval, Québec, Canada