![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| execute unix command from java eclips | katzs500 | High Level Programming | 0 | 08-05-2008 05:30 AM |
| how to execute this program? | sathyaac | Shell Programming and Scripting | 1 | 06-27-2008 07:31 AM |
| How to invoke a perl script from java program | grajesh_955 | Shell Programming and Scripting | 4 | 02-21-2008 10:42 AM |
| execve to execute a program | winsonlee | High Level Programming | 0 | 07-25-2004 04:18 AM |
| execute command unix with java:possible or not? | mips | Shell Programming and Scripting | 4 | 05-13-2004 07:07 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to execute java program from perl
hello all
how can i run the java command that can eccept N numbers of args for example : java -cp .;foo.jar myApp 1 "ww" or java -cp .;foo.jar myApp 1 2 3 "ww" or java -cp .;foo.jar myApp "args1" "args2" "args3" Thanks Last edited by umen; 08-10-2008 at 01:42 AM.. |
|
||||
|
look into perls system() function if all you need to do is run the external application but not get any data back from it. If you need it to return data to the perl program look into qx//.
|
| Sponsored Links | ||
|
|