I was wondering if it is possible to export a project in eclipse as a jar file but that doesnt include the .java source code files.
For example, say i wanted to distribute my program to others but didnt want them to be able to alter my .java source codes.
How would i go about doing this?
Thanks to anyone who replys