A
Ayrton
If I run this code in windows all is ok ( START
http://localhost:8087/AuleServer ), but if try to execute it in
Runtime rt=Runtime.getRuntime();
try {
Process browser=rt.exec("START
http://localhost:8087/AuleServer" );
} catch(Exception e) {
System.out.println( e.getMessage()
);
}
I read : ... error=2
I've not limitation of security and sdk is 1.5.
http://localhost:8087/AuleServer ), but if try to execute it in
Runtime rt=Runtime.getRuntime();
try {
Process browser=rt.exec("START
http://localhost:8087/AuleServer" );
} catch(Exception e) {
System.out.println( e.getMessage()
);
}
I read : ... error=2
I've not limitation of security and sdk is 1.5.