Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Java module

by Plankton (Vicar)
on Feb 17, 2013 at 06:27 UTC ( [id://1019108]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1019108]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-18 02:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found