65.9K
CodeProject is changing. Read more.
Home

JCB - A Java Class Browser written in C++ using WTL

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.67/5 (3 votes)

Aug 24, 2000

viewsIcon

75222

downloadIcon

1214

A Java Class Browser written in C++ using WTL

Sample Image

Introduction

JCB is my first program I wrote using WTL (Windows Template Library). WTL is an ATL based wrapper around the windowing portions of the Win32 API.

Features of JCB Version 1.1

  • Reads a java class file (.class).
  • Shows the fields and methods of the class.
  • Shows the innerclasses of the class.