Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / WTL
Article

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

Rate me:
Please Sign up or sign in to vote.
4.67/5 (3 votes)
23 Aug 2000 74.5K   1.2K   18   3
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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Belgium Belgium
Programmer since 1991 using C/C++/Visual Basic and Java. Playing with wxWindows at home.

Comments and Discussions

 
QuestionThanks Pin
sanya.fesak21-Sep-11 19:03
sanya.fesak21-Sep-11 19:03 
GeneralActiveX for p00r VB'ers Pin
Emily Grettel29-Feb-04 13:00
sussEmily Grettel29-Feb-04 13:00 
Hi,

We were looking just for something like this for a project we were doing for our ex-highschools Java class. However because the teachers only know VB we had to write the application - a simple java editor which is similar to EditPlus but be able to build and compile code as well via shelling out javac...

Is there a way of getting this to be moved over to ActiveX or maybe parsing the hWnd of the treeview so it can be populated via the DLL? I am not an experienced C++ developer, my main life revolves around .NET and VB...

I'd be happy to discuss this via email...
GeneralVery nice! Pin
C. Augusto Proiete19-Jun-03 5:59
C. Augusto Proiete19-Jun-03 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.