B4J Question how to make B4J application to Native for protect code

Ju Yang

Active Member
Licensed User
Longtime User
how to make B4J project to Native execute application for protect code?

JAR file is very esay to anti-compile.
 

Roycefer

Well-Known Member
Licensed User
Longtime User
You can look at the jCompiler library. Using it, you can compile and load java files dynamically. This means that you can store the java files in an encrypted format or download them as needed, making it much harder for the user to decompile them (I think they would have to do a heap dump and sift through the data in there to extract the classes).
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…