in reply to Re^2: Java module
in thread Java module
... did you happen run cpan as it discusses. Looks like you executed: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
But the message you got says you should do something like:$sudo cpan Inline::Java
$ 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 |