Re: Vote of 'No Confidence' in SUNs 'guidance' for Java.

2000-10-31 Thread Chris Kelly
At 09:27 AM 10/31/00 -0800, Calvin Austin wrote: >Minor corrections, you can legally > >a) share source with other SCSL licensees for free, for example if >you wanted to work in a porting team or use it for your research project. > >b) you can ship a binary if it passes the TCK test, there are >n

Re: Source Code of Web Browser for Linux

2000-05-01 Thread Chris Kelly
Have you looked at, say, javaworld's tool guide or freshmeat.net or IBM's jCentral? Some that come to mind are mozilla, javazilla (or whatever it's called, I'm sure there's a link at www.mozilla.org), sun's hot java (don't know if source is available), lynx (ditto), www.icesoft.no... At 02:19 PM

Re: Set as Home Page

2000-04-13 Thread Chris Kelly
Well, this is maybe more appropriate for comp.lang.java.programmer or a javascript group, but since I've done this I'll answer. Netscape has preferences which you can read and write from javascript, including the user's home page. You need to make a signed javascript which sets that particular pre

Re: JAVA_HOME

2000-04-06 Thread Chris Kelly
Is there a non-rpm version? Perhaps you could try it the old-fashioned way by editing the config file where they store this information. Or, try it using GnoRPM. I'm no shell script expert, but maybe you need to export JAVA_HOME as well? At 11:13 PM 4/6/00 +0100, John Louis wrote: >Hi, > I just

Re: HELP: using unix-signals?

2000-03-30 Thread Chris Kelly
http://interstice.com/~kevinh/projects/javasignals/ http://www.naturalbridge.com/useful/index.html At 07:06 PM 3/30/00 +0200, Bruno Boettcher wrote: >i didn't found this in the FAQ's nor in the docu is there a way to capture >-c interruptions or as long as this one to any one of the other >un

Re: Accessing a JNIEnv pointer from within a C++ jni function

2000-03-28 Thread Chris Kelly
IMHO, you have two options: either pass JNIEnv* to each level, or pass your C++ objects back to the top level, and use JNIEnv* on them there. The second option would avoid you having to make all your classes "JNI-aware". To avoid that with the first option, hide JNIEnv* in a struct or a class or a

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Chris Kelly
I don't have the blackdown jdk1.2.2, but on the sun windows jdk1.2.2, that class is in tools.jar. If such a file exists, is it in the classpath? At 11:22 AM 3/27/00 -0800, Robert Miller wrote: > However, I have a team of developers working on a new project. The jsp's >they developed worked under

Frame's title bar is off the screen, Part 2

2000-03-26 Thread Chris Kelly
The previously mentioned problem with jdk1.1.8_v1 doesn't go away if I call reshape() before and/or after calling show(). However, using jre1.2.2_rc4, there's no problem; the code given in the original message works fine. Is this just a jdk1.1.8_v1 problem, or some kind of an Enlightenment/Gnome/

Frame's title bar is off the screen

2000-03-26 Thread Chris Kelly
When I open a frame with the code given below, it opens with <0,0> of the content area at <0,0> of the screen. So, the title bar is off the screen, and the window can't be moved. Is there a "WORA" workaround? I found this message, but I'd rather avoid this type of stuff if possible: http://www.d

[ANN] JConfig special offer

1998-09-30 Thread Chris Kelly
Recently, we announced our JConfig class library on this list. As a special, limited-time offer just for LInux developers, we're offering source code licenses to the Linux/Unix part of JConfig at a rather steep discount: just $1. For more information, visit

[ANN] JConfig 1.2: Linux, Unix, WinNT versions available

1998-09-15 Thread Chris Kelly
Samizdat Productions Releases JConfig 1.2 JConfig is a class library which supplements the core Java API. It lets you work with files, web browsers, processes, file types, and other system-level items in a much more advanced manner than that provided by the standard Java class libraries. A list o