Re: how to use jpl
[email protected] (Brian Jepson) Wed, 16 May 2001 06:24:01 -0700 (PDT)
| Newsgroups | perl.jpl |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 16 May 2001, Ranjit Kumar Gundu wrote: > Hi All, > > I have just installed the binary version of perl 5.6.1 on Sun OS > 5.7. I want to use JPL. > I didn't find any jpl module there, perldoc -f jpl also didn't work. > Could anybody help as how to use jpl ( I assume that its installed > as I got bin ver.) I do not know for certain, but I think that JPL is not installed by default, so your binary version probably does not have it. But, if you do "perldoc JNI", and it returns a manpage, then you have it installed. I think that your best bet for learning JPL is to retrieve the latest version from CVS, and examine the README and example code. Here are instructions: * Set the CVSROOT environment variable: export CVSROOT=:pserver:[email protected]:/home/cvsroot * Log in (password is blank): cvs login * Check it out with: cvs checkout jpl Hope this helps, Brian