JExec Build is a robust and reliable tool designed to protect your Java and Spring Boot applications from decompilation and reverse engineering. With its powerful security features, JExec Build ensures your code remains safe and uncompromised.
- Supports Java 6 and Above: Compatible with a wide range of Java versions.
- Offline Usage: No internet connection required for operation.
- Zero Dependencies: Lightweight and hassle-free with no external dependencies.
- User-Friendly: Simple and easy-to-use interface for quick application protection.
Protect your applications effortlessly with JExec Build — your reliable partner for Java application security.
Follow these simple steps to get started with JExec Build and secure your Java or Spring Boot application.
Get the appropriate version for your operating system:
- Unzip the downloaded file.
- Execute the JExec application using the following command:
java -jar JExec.jar
To protect your Java or Spring Boot application:
- Select the Application Type.
- Browse and select your Main JAR/War File.
- Add any additional Dependency JAR Files.
- Provide the Main/Start Class Name.
- (Optional) Customize the Splash Screen File.
- Specify the Destination Zip File path.
- Choose the Target Operating System.
- Click on Convert and Save.
Your application has been successfully secured and wrapped into the specified destination zip file.
- Extract the output zip file.
- Run the newly created JExec.jar application.
Enjoy enhanced protection with JExec Build!
A: This issue often occurs when your original JAR contains additional dependent JAR files, typically from a Maven build. To resolve it, follow these steps:
- Build your JAR file without including the dependencies (exclude dependencies).
- Use the JExec Build tool to secure it.
- Ensure all necessary dependencies are added to the classpath when running the secured JExec JAR.
Following these steps should resolve the issue.