Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
execute linux commands from java
Name: parthmistry Date: February 16, 2005 at 02:52:19 Pacific OS: UNIX CPU/Ram: p-4/512
Comment:
Please somebody help me to solve:
How to execute linux's commands from java? Thanks, Parth.
Summary: Pardon, me, but I was mistaken. The "ls", "mkdir", and "rm" commands are not "internal" as I thought. I take that terminology from my DOS days. The "internal" commands were in memory from command.c...
Summary: Hi there, I'm completely new to programming, operating systems and linux, so any help will be much appreciated. I have a very tight deadline and need some help from you experts! Does anyone know how t...
Summary: Does anyone know how to execute a linux command from a c program and get the output of the command in a string instead of on the console? Eg, system("pwd") won't work becuase the output goes to the co...