Re: Most popular applications?

2002-03-22 Thread Andrew Taylor
Jim Pick wrote: I'll start off the list: 1) Tomcat: http://jakarta.apache.org/tomcat/ - for running servlets 2) Jython: http://www.jython.org/ - see the note saying it doesn't work with Kaffe at http://www.jython.org/platform.html 3) I'm not going to list too many myself - I want

Kaffe Klasses patch

2001-03-15 Thread Andrew Taylor
component. + * + * Copyright (c) 2001 + * Andrew Taylor. All rights reserved. + * + */ + +package java.lang.reflect; + +import java.lang.SecurityException; + +public class AccessibleObject { + +private boolean override; + +protected AccessibleObject() { + override = true