in reply to Re^2: Java module
in thread Java module

I noticed this in the output you posted:
You can set the JAVA_HOME environment variable to specify your Java 2 SDK installation directory. For example, if you are using the CPAN installer you can do: JAVA_HOME=/path/to/your/j2sdk/installation cpan Inline::Java
... did you happen run cpan as it discusses. Looks like you executed:
$sudo cpan Inline::Java
But the message you got says you should do something like:
$ sudo JAVA_HOME=/path/to/your/j2sdk/installation cpan Inline::Java

Replies are listed 'Best First'.
Re^4: Java module
by Anonymous Monk on Feb 17, 2013 at 08:02 UTC

    sudo?

    I would remove "cpan" from the equation and run Makefile.PL ... directly