JarProtector


  • JarProtector consists of two jar files: JarProtector.jar and JarStarter.jar.

  • Step 1: Encrypt your jar files using JarProtector.jar

    java -jar JarProtector.jar my.jar

    This command creates the encrypted file: my.car.


  • Step 2: Start your application using JarStarter.jar

    java -cp JarStarter.jar;my.car com.bfa.JarStarter com.my.App arg1 arg2 argn

  • For more detailed information, please download the user manual.

    Download