I've made a program to help me out with some stuff, but every time I need it, I open Eclipse and Run it.
Is it possible to create an executable file so I won't need to open Eclipse every time? The commands I use is basically System.out.println() and Scanner to read what I type.