Re: Unix/Linux commands using Java

1998-12-02 Thread Paul Ho
At 11:12 PM -0800 11/30/98, <[EMAIL PROTECTED]> wrote: >2. Can I combine Perl with Java? The latest Perl 5.005_54 come with JPL Cheers, Paul

Re: Unix/Linux commands using Java

1998-12-02 Thread Roel Hofkens
>2. Can I combine Perl with Java? Larry Wall has written a toolkit called JPL that can be used for Java/Perl interfacing. You can find more information in O'Reilly's Perl Resource kit (UNIX Edition) in the Perl Utilities Guide. There are a few chapters online, see http://www.oreilly.com/catalo

Re: Unix/Linux commands using Java

1998-12-02 Thread ceesg
2. Can I combine Perl with Java? Dunnow about Perl. If you want scripting under Java and are not afraid of learning another (very simple) language, I suggest you check out JPython. It's a Python implementation in 100% Pure Java and integrates really good with Java - you can inherit in Python fr

Re: Unix/Linux commands using Java

1998-12-02 Thread Chris Sommers
Check out O'Reilly books, they have a Perl toolkit set which includes some java-Perl classes on CD-ROM. I perused the set briefly at a bookstore. I'm pretty sure the SW was all public-domain. This was months ago, sorry I can't be more specific. Someone else must know the details... - chris Jaco

RE: Unix/Linux commands using Java

1998-12-02 Thread Jaco Greeff
> 1. Can I call Unix/Linux commands from my java program? Don't know about examples, but check out the Runtime core library. (Specifically the Exec method.) > 2. Can I combine Perl with Java? Ummm... Not exactly sure what you want to do, but using the Exec method (check above) you should be abl