hi all,
i am a noob and haven't been able to find solutions anywhere on the web. i have a java program that is executed on a server machine, and i want it to "run locally" on each client. how can i do that? the client machines do not have a JDK or anything installed on them, so can i compile on the server and have the code execute on each of the clients?
thanks for the help, i'll take any suggestions you have
