Menu
  • HOME
  • TAGS

Creating java executable in eclipse

java,eclipse,javaexe

Go to file->export->runnable jar and select the class which contains the main method. Setting .JAR File Association Normally, the installation program for the Java 2 Runtime Environment will register a default file association so that .JAR files will execute with 'JAVAW -JAR' by double-clicking any .JAR file. If this does...

java 7 command usage issue

java,jvm,javaexe

It was some issue with this part in the path: \tools\groovy\bin\..\..\..\ changing those arguments made it possible to run the command in java 7. Cheers!...