Tag

JAR editing

1 views collected around this technical thread.

macrozheng
macrozheng
Aug 22, 2024 · Backend Development

Edit JAR Files Directly in IDEA with the JarEditor Plugin

This article introduces JarEditor, an open‑source IDEA plugin that lets Java developers modify classes and resources inside JAR files without extracting them, explains its main features, shows how to install and use it, and concludes with a brief recommendation.

Backend DevelopmentIDEA pluginJAR editing
0 likes · 5 min read
Edit JAR Files Directly in IDEA with the JarEditor Plugin
Java Architect Essentials
Java Architect Essentials
Aug 13, 2024 · Backend Development

JarEditor: An IntelliJ IDEA Plugin for Directly Editing JAR Files without Extraction

This article introduces JarEditor, an IntelliJ IDEA plugin that lets developers modify class files and resources inside a JAR directly—eliminating the need to extract, decompile, recompile, and repackage—while detailing its features, usage steps, and underlying mechanisms.

Backend DevelopmentIntelliJ IDEAJAR editing
0 likes · 4 min read
JarEditor: An IntelliJ IDEA Plugin for Directly Editing JAR Files without Extraction