Well, i have the folder of the java program that i made with eclipse and it contains the .java and .class files along with some folders that contain images and text files needed for the proper program's operation. My question is, how can i make a whole executable(.sh in this case) program, that works exactly as i have compiled it run it? For example, i let people download it and i want them to run it just by typing ./(filename).sh .
Since i wrote the program on linux, and i have to test it on linux at the moment, how is possible to make the exact same work on windows machine?(i will transfer the eclipse project)
Thanks in advance.