I have an Java desktop program which uses a "file" folder to keep logs and "image" folder to get images of its gui. I want to publish this program with ".class" files visible ( so that i can update them ).
1-) In eclipse, when i use export--> Jar or export-->Executable Jar options. Its wraps everything in one jar and my program doesn't work ( probably because it cannot find image files ). I think i remember a way to publish the code as it is using eclipse but cannot find it :/. How can i publish my code keeping the folders i want with the program?
2-)Is it a bad idea to keep visable ".class" files for updates? ( i don't, also want people sneak in the code because it will have database url's and such ). What are my alternatives? How do you make your updates?
Thanks for the answers and pardon me if i asked something has already be asked and answered gazilion times :/(.