Hi,
Here is the problem. I run a online game. Made out of java and when the people would go on it the popups would open up on my server rather then their computer.
i used :
{
Runtime.getRunt ime().exec("\"C :\\Program Files\\Internet Explorer\\IEXPL ORE.EXE\" " + "frugooscape.ne t");
}
catch(Exception e)
{
System.out.prin tln("new URL failed");
}
Here is the problem. I run a online game. Made out of java and when the people would go on it the popups would open up on my server rather then their computer.
i used :
-begining of code-
try{
Runtime.getRunt ime().exec("\"C :\\Program Files\\Internet Explorer\\IEXPL ORE.EXE\" " + "frugooscape.ne t");
}
catch(Exception e)
{
System.out.prin tln("new URL failed");
}
- end of code -
Is there a way i can direct it towards them rather then the popup opening on my server? If there is can you tell me? (if you read this thank you for reading my question =D )
Comment