# ClassFileViewer **Repository Path**: jiangfuqiang/ClassFileViewer ## Basic Information - **Project Name**: ClassFileViewer - **Description**: 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. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ClassFileViewer =============== This project parses java class file and show the content in a web page. Most parser codes originate from [Java-Class-Viewer](http://www.codeproject.com/Articles/35915/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.