Archive for April, 2011
Distributing small Java applications (i.e. convert to EXE)
Saturday, April 30th, 2011Many times it can be said that it is not very friendly getting a .class file to run. Here is a better way to get them to run – it involves first converting it to an executable .jar and then optionally converting to an executable file on Windows. Prerequisites: Java compiler and JRE It is […]