I want to run my java program in another PC which do not have java installed and I want to do so either. I want a method by which I have to click on an icon and my program runs which will not need java installed on the system. Creating a .jar file or .exe file by Launch4J did not help as they need to have java installed on the system.
By the way, my program is built using javafx, it do not need console input or output. All the work is done in a window created using javafx.