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
>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
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
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
> 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
Hi!
I just finished studying Java on a Windows environment using VisualJ++ and
Visual Cafe for Windows. Now, I want to start writing a java program in my
RH5.2 linux box using JDK1.17a, which I just installed.
I have some questions before I start:
1. Can I call Unix/Linux comman