Results 1 to 7 of 7
- 11-27-2007, 06:37 AM #1
Member
- Join Date
- Nov 2007
- Posts
- 15
- Rep Power
- 0
- 11-27-2007, 07:04 AM #2
Senior Member
- Join Date
- Nov 2007
- Location
- Newport, WA
- Posts
- 141
- Rep Power
- 0
How do you mean? you mean to be able to do something like:
and print the results?Java Code:ping www.google.com
Runtime can do that
- 11-27-2007, 07:11 AM #3
Member
- Join Date
- Nov 2007
- Posts
- 15
- Rep Power
- 0
no.. how can i run the command prompt using java without going to it..??.. i don't know how to put it in words correctly..
- 11-27-2007, 07:17 AM #4
Senior Member
- Join Date
- Nov 2007
- Location
- Newport, WA
- Posts
- 141
- Rep Power
- 0
Thats exactly what the Runtime class does. (with help of the Process class)
Here is an example: Executing a Command (Java Developers Almanac Example)
edit:
Or do you mean to make the command prompt show up? You can use the above example and execute "cmd" which will open a new command prompt.
- 11-27-2007, 07:25 AM #5
Member
- Join Date
- Nov 2007
- Posts
- 15
- Rep Power
- 0
so i can compile and execute a java source code in a java system using that?... thanks!!!...
- 06-27-2008, 02:14 PM #6
Member
- Join Date
- Jun 2008
- Posts
- 1
- Rep Power
- 0
dont want the cmd console
what if i want to execute a command from java and i dont need the command prompt console pop up? i just need to execute the cmd....
- 06-27-2008, 03:01 PM #7
Similar Threads
-
How do I show * in a password prompt?
By tanalyw in forum New To JavaReplies: 3Last Post: 04-16-2008, 02:09 PM -
Java command line
By agouzoul in forum New To JavaReplies: 2Last Post: 04-02-2008, 12:12 PM -
Unable to execute command line command in java
By LordSM in forum New To JavaReplies: 1Last Post: 08-08-2007, 12:23 AM -
problem when I try to compile a program from command prompt
By osval in forum Advanced JavaReplies: 2Last Post: 08-06-2007, 09:16 PM -
how to issue the command of Ctrl-C (copy) in Java
By bilal_ali_java in forum Advanced JavaReplies: 0Last Post: 07-18-2007, 03:14 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks