Hello,
I am running a server and client in Java, I have the server located on my dedi at home and I give the client to users so they can connect to the server. I am trying to add in where they can type in a command such as /web into the client and have a web browser open up on their computer. However, I got the getUrl code located on the server and when ever someone types in /web, it opens up the web broswer on my server's dedi instead of their own system, how would I go about fixing this? I am really stumped on this one. Any help is appreciated.
Thank you for reading.
P.S I could add this into the client and it would work, but then that gives them access to certain things I want to keep private which is why I'm trying to have it load from the server to the clients computer. As the server is on a protected network.
I am running a server and client in Java, I have the server located on my dedi at home and I give the client to users so they can connect to the server. I am trying to add in where they can type in a command such as /web into the client and have a web browser open up on their computer. However, I got the getUrl code located on the server and when ever someone types in /web, it opens up the web broswer on my server's dedi instead of their own system, how would I go about fixing this? I am really stumped on this one. Any help is appreciated.
Thank you for reading.
P.S I could add this into the client and it would work, but then that gives them access to certain things I want to keep private which is why I'm trying to have it load from the server to the clients computer. As the server is on a protected network.
Comment