> how can i run perl program from ..
A Java program? See the ProcessBuilder &
Process classes. They allow you to launch
'anything you could launch from the command
line'.
>..net beans ?
See above. Note that these forums are best
for advice on Java, and are not really for
'help on IDEs'. If you need help with an
IDE, both NetBeans and Eclipse have their
own forums.
--
Andrew T.
PhySci.org
> how can i run perl program from net beans ?
Convert the program to a Java program using Netbeans, then click the "run"
button :-)