so i have made some java files which provide some specific API functionality. I want to export them as a Jar file which can be imported in class-path so that its functionality can be used by those who use this file.
Now when i export this via Eclipse, it includes all source files in the jar, and anybody would be able to copy my code. Is there any way i can hide the source code so that API functionality can be used without seeing the actual source code of these java files?
Please suggest if it is possible or not.
Thank you,
When exporting jar file from eclipse untick the check box for
Export Java source files and resources.in second step of wizard.