Re: JDK 1.2 really slow - *NOT A BUG in JDK*

1999-07-13 Thread Kelly Campbell
Just wondering if anyone has noticed a huge difference in Java2D performance between green and native threads? I switched to green threads this morning to test something because of the native threads deadlocking problem when using Swing. The green threads version does't deadlock, but moving an in

Re: Uninstalling Kaffe

1999-06-09 Thread Kelly Campbell
> Hi All ! > How do I uninstall kaffe ? I need to use the blackdown port ... >Regards, Pascal Chong Singapore If you're using RedHat 6.0, "rpm -e kaffe" as root should uninstall it. Check to see if it's there by "rpm -q kaffe" which queries. If it's still there, use the full package name

Number Pad problem still exists in jdk117_v2

1999-05-08 Thread Kelly Campbell
Hi, I've mailed this list before about problems with the number pad on linux jdk117v_1a. I just tried it on the jdk117_v2_x86-glibc2.0 prerelease version from wisp.net and it still exists. Basically it's bug id #365 in the jitterbug database. The num pad works on jdk116_v5 to some extent (the En

Re: JDK 1.1.8 ??

1999-03-25 Thread Kelly Campbell
On Thu, Mar 25, 1999 at 11:36:23AM +0100, Osvaldo Pinali Doederlein wrote: > Uh... what do you mean by "is out"? I've just checked Javasoft and the > current releases for Win32 and Solaris still seem to be 1.2.0 and 1.1.7. http://developer.javasoft.com/ in the early access section. > I second t

JDK 1.1.8 ??

1999-03-24 Thread Kelly Campbell
Hi, I was just wondering if the jdk team is planning to release a 1.1.8 version of the JDK now that the reference release is out, or is the port effort mainly going towards 1.2 now? JDK 1.2 is just too bloated for us to use in any kind of production environment. (I'm basing that decision off the

Re: JDK1.2 and CORBA

1999-03-24 Thread Kelly Campbell
ORBacus works great with both JDK1.1 and 1.2. The major problem with using it on JDK1.2 is the CORBA classes from Sun fit the OMG CORBA 2.2 standard which introduced the POA. ORBacus 3.x.x uses the CORBA 2.0 standard and the BOA. To use ORBacus with JDK1.2, you can either set some parameters on

Re: Improving Java/Linux support

1999-02-12 Thread Kelly Campbell
On Fri, Feb 12, 1999 at 12:14:43PM -0500, Matthew Hunter wrote: > > I've been paying attention to this as well, and (unfortunately) I > haven't been able to find anything more specific than press releases > about semi-open-source JDK development on Sun's site. I'd like to help > with the port to

Re: Offering help on 1.2.

1999-02-02 Thread Kelly Campbell
Can the current diffs be posted somewhere so people who have executed a non-commercial source license with Sun can try to help with the port? I see nothing in the Source license I signed (even though it says version 1.1.x at the top, but they sent me 1.2 sources) to keep the platform-dependent di

Re: Num-Lock, Swing, JDK 117v1a problems

1999-01-10 Thread Kelly Campbell
linux port. On Sun, Jan 10, 1999 at 10:03:16PM -0600, Kelly Campbell wrote: > I was just wondering if anyone else has had trouble using the number pad > with num-lock on? I searched the jitterbug database, and there was one bug > reported a while back in 116 which was supposedly fixed. &g

Num-Lock, Swing, JDK 117v1a problems

1999-01-10 Thread Kelly Campbell
I was just wondering if anyone else has had trouble using the number pad with num-lock on? I searched the jitterbug database, and there was one bug reported a while back in 116 which was supposedly fixed. My setup is blackdown jdk117v1a, RedHat 5.2 i386, KDE window manager, (I tried several other

Re: Java-VisiBroker CORBA on Linux with Blackdown Java 1.16/1.17 Howto

1999-01-09 Thread Kelly Campbell
Sorry if this is off-topic, but you might also look at ORBacus. I think it was based on OmniORB originally, but is being commercially developed. Their prices are reasonable, and they license it for free for non-commecial uses. The Java ORB works fine on Java 1.1.7 on linux. We've been using it w