Skip to content

Parse java class file and show the parsed structure in a web page. Based on a project on codeproject, see http://www.codeproject.com/Articles/35915/Java-Class-Viewer. Plan to support java 8.

Notifications You must be signed in to change notification settings

VigourJiang/ClassFileViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassFileViewer

This project parses java class file and show the content in a web page. Most parser codes originate from Java-Class-Viewer, which supports jdk versions up to 1.4. Since the development of Java-Class-Viewer has been stopped for years, I hope I can update it to parse the lattest version.

Currently it can parse annotation and generic related data.

About

Parse java class file and show the parsed structure in a web page. Based on a project on codeproject, see http://www.codeproject.com/Articles/35915/Java-Class-Viewer. Plan to support java 8.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published