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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -