Java: how to execute easily a program in an other computer? -
i need execute program i've written in java in computer different mine. there way make run without having set system , enviroment variables , without having compile manually through shell? great if click on file , make run. thank you
create runnable jar. if user has java set properly, can run double clicking on jar.
(provided of course don't make depend on paths or other things on particular computer).
Comments
Post a Comment