This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: AppletViewer
- From: Mark Wielaard <mark at klomp dot org>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: 06 Jun 2003 16:27:51 +0200
- Subject: Re: AppletViewer
- References: <200306061544.47843.konqueror@gmx.de>
Hi,
On Fri, 2003-06-06 at 15:44, Michael Koch wrote:
> I have written a little appletviewer for libgcj. Its written in
> Java (;-)). Currently its only one file with two subclasses in the
> code.
>
> If someone is interested I can mail the code to him/her.
>
> This app is only a testcase for me. I'm on the way to write a Java
> plugin for Mozilla. The skeleton for this already works.
Cool! Very cool. (But I guess we then really need a byte code verifier
and a review of our security permissions implementation...)
I would suggest to add the appletviewer code to the Classpath Tools
project http://savannah.gnu.org/projects/cp-tools/ which contains java
versions of javap, javah, serialver, gjdoc and some other utilities.
Brian Jones can give you commit access if you want.
Cheers,
Mark