Re: Runtime.exec()

2009-07-06 Thread giovaneoce...@hotmail.com
I can't because i have to execute the command on the client side, not server side. The command that i have to exec is tracert, that make the tracerouting from client. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

document.write

2009-07-06 Thread giovaneoce...@hotmail.com
why if i invoke the following javascript function it doesn't work? private static native void display() /*-{ document.write('!--#echo var=REMOTE_ADDR--'); }-*/; --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Runtime.exec()

2009-07-04 Thread giovaneoce...@hotmail.com
Hi, i have a problem in my project. I have to execute a dos command, a so i try the java code Runtime.getRuntime().exec(cmd); But when i run the application i get the following error: [ERROR] Line 125: No source code is available for type java.lang.Runtime; did you forget to inherit a required