including source files in runnable jar file
问题 I have to create the installer with runnable jar file ,when the jar file will run it has to copy the files on some directories. I have included few folders in the java project as in the below image : I have to paste dcc, contactless and vfsc5000 folder on to certain directories. I am using this piece of code : public class copyFiles { // private static final String MAIN_PATH = "C:\\Users\\Hamza\\Documents\\"; private static final String MAIN_PATH = "resources"; public static void main(String[