Forum: Java Sep 11th, 2004 |
| Replies: 4 Views: 2,948 I usually make another object of the gui class ... but I dont know how to get the running object closed .. cuz when I close the running object .. it throws an exception..... |
Forum: Java Sep 5th, 2004 |
| Replies: 5 Views: 5,835 You cannot run any system related command using java script..... java script doesnot need jvm to be installed ... |
Forum: Java Aug 18th, 2004 |
| Replies: 1 Views: 2,646 I think these are not project questions. You can find the answers to these questions in you java book.
Anywayz ... here are some hints.
Parameters are values that are passed to functions for the... |
Forum: Java Aug 8th, 2004 |
| Replies: 3 Views: 38,527 I tell you the way round ...
Process p = Runtime.Runtime().exec("ipconfig");
or just type another command for finding what computers are connected to your computer ( see net commands )
if... |