Monday, December 19, 2011

Is it possible to run a java file on a google site with apps scripts?

Would it be possible to write a script where it would run a java file such as a game server for minecraft or something. I want to know because I want to embark on figuring it out but I need to know if it is at least semi-possible.|||Depending on what you're actually trying to do you have the following options:


- Running a "Servlet" on a webserver (for example using Tomcat and Apache)


- Running a script on the server similar to (or using) php. You may want to look up CGI (common gateway interface)


- Applets. These things don't actually run on the server but on the clients browser|||java runs on the runtime engine on the client, not a webserver.

No comments:

Post a Comment