简体   繁体   中英

Perl Inline::java module

I am trying to install Inline::Java module in cpan but getting the following error. Please can someone help. Thank you.

Welcome to the Inline::Java installation procedure.

A Java 2 SDK is required to install and use Inline::Java. Please 
specify your Java 2 SDK installation directory using the J2SDK 
option to Makefile.PL as such:

perl Makefile.PL J2SDK=/path/to/your/j2sdk/installation

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
Warning: No success on command[/usr/bin/perl Makefile.PL]
'YAML' not installed, will not store persistent state
 PATL/Inline-Java-0.53.tar.gz
 /usr/bin/perl Makefile.PL -- NOT OK
 Running make test
 Make had some problems, won't test
Running make install
Make had some problems, won't install
Could not read metadata file. Falling back to other methods to determine prerequisites
Failed during this command:
PATL/Inline-Java-0.53.tar.gz                 : writemakefile NO '/usr/bin/perl     Makefile.PL' returned status 256

I haven't used java anytime. Please throw some light on it for proper understanding for java. Thank you in advance.

This helped me out

http://www.cyberciti.biz/faq/centos-linux-6-install-java-sdk/

And I am able to run the sample java code. Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM