How to make a Java Program unextractable
问题 Sorry I am not very sure how to state the question title. My problem is like this, I had developed a Java program, and I wish to distribute it to my friends. So I export it to Jar file, but I don't want them to extract the jar file to view the code. Is there anyway to make the program so that nobody can get the source code instead just launch the program. 回答1: You appear to be confusing the installation application with the executable. And I also think you are confusing a java jar application