in reply to Re: Using Inline::Java
in thread Using Inline::Java

Module is installed as ROOT user, and hence i was unable to modify the config files.

The configuration options really worked for me.

just include this line in your code:

j2sdk => 'path for your java install' in the inline function as:

Inline(<java code>, j2sdk=>'path',); worked for me