I'm using Eclipse and the Selenium framework for creating automated Web page opening routines and executing commands (clicks on links, fill fields, change site etc). I've already been able to create some test routines and they all work very well.
As a next step, I wanted to transform a JAVA file I have with Selenium commands into an executable file (EXE or BAT, for example). Or know how to run this JAVA via Command Prompt, without relying on Eclipse to run it.