in reply to Using Inline::Java

And i am unable to modify the configuration files for this module, which is solution for this.

But what is http://search.cpan.org/dist/Inline-Java/Java.pod#CONFIGURATION_OPTIONS?

Replies are listed 'Best First'.
Re^2: Using Inline::Java
by bhagperl (Novice) on Sep 20, 2011 at 10:47 UTC

    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