Java Class File Editor icon
Java Class File Editor icon

Java Class File Editor

 2 likes

This is a tool to open Java class file binaries, view their internal structure, modify portions of it if required and save the class file back. It also generates readable reports similar to the javap utility. Easy to use Java Swing GUI.

Java Class File Editor screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac  Java Application
  • Windows  Java Application
  • Linux  Java Application
  No rating
2 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Portable
  2.  Java based

Java Class File Editor News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

Java Class File Editor information

  • Developed by

    Tanmay Mohapatra
  • Licensing

    Open Source and Free product.
  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

Our users have written 0 comments and reviews about Java Class File Editor, and it has gotten 2 likes

Java Class File Editor was added to AlternativeTo by onespecifichell on Oct 25, 2012 and this page was last updated Sep 9, 2022. Java Class File Editor is sometimes referred to as ClassEditor, Class Editor.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Java Class File Editor?

This is a tool to open Java class file binaries, view their internal structure, modify portions of it if required and save the class file back. It also generates readable reports similar to the javap utility. Easy to use Java Swing GUI. The user interface tries to display as much detail as possible and tries to present a structure as close as the actual Java class file structure. At the same time ease of use and class file consistency while doing modifications is also stressed. For example, when a method is deleted, the associated constant pool entry will also be deleted if it is no longer referenced. In built verifier checks changes before saving the file. This tool has been used by people learning Java class file internals. This tool has also been used to do quick modifications in class files when the source code is not available.