Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.06 KB

Jar Editor

Graphical application allowing make changes in .jar files:

  • adding/deleting methods
  • adding /classes/constructors/fields
  • overriding constructors/methods

Application allow you to take any .jar file and using java reflection make changes within application = change .class files. Then you can generate new .jar file with added code within jar editor app During generating new .jar file, app might have stayed unresponsive. To avoid this problem, generation of new .jar file works on another thread

Technology used

  • JavaAssist by JBoss
  • Javafx for GUI

Preview

Main view

jar_editor_after editing

Error message

error-message

Running application

In project folder containing pom.xml
mvn clean install
Maven will generate target folder will .jar file. In target folder run command:
java -jar jar-editor-1.0-shaded.jar