I have a directory in which I generated *.class files. How can I build executable jar file from this files.
What I need to know is
- how to clean dir
- how to put all files in jar and make it executable
Sorry people i didnt mentioned, i need do this programmatically in java code.