I know the java code, class files. I know creating jar files and running jar files on Command Prompt
Recently, I have tried to create EXE Files with exe4j , jsmooth and "jar 2 exe"
But, I am not satisfied with all this. When I create exe file with exe4j and jsmooth, it run very well but "EXE" file require all class files for execution, if I place exe to a different place where class file is not present, it will not run..
Is there a way to convert jar file or all class files into exe files ?? I want to prevent my java class files from reverse engineering...
I am thinking to create an exe that will not require any class file for execution.
OR can you please tel me how to protect java class files so that they can never be de_complied with any de_compiler ??
I am looking forward to a positive reply from all online and offline users !