Re: javax.comm for Linux on StrongARM

2001-07-12 Thread Stewart Allen
I started a project at home for a complete clean-room implementation of javacomm (from the api's) including the javax.comm classes. So far I have basic serial IO working without event notifications (callbacks). It's been tested successfully on IBM, Sun and Blackdown JVM's. It's one simple make

libsunwjit permissions problem

1999-06-23 Thread Stewart Allen
The glibc2.0 distribution contains incorrect permissions for the jre/lib/i386/libsunwjit.so file. chmod it to 444 or 555 and the jit will magically start working :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

1.2 but for a linux kernel bug?

1999-03-02 Thread Stewart Allen
It would seem from the 1.2 status page that 1.2 is fully functional except on 2.0.xx linux kernels. Is this correct? Do we have to wait for a kernel patch to get 1.2 or can it be released with the caveat that it requires a 2.2.x kernel? -stewart ---

Re: annoyances with jdk1.1.7, Non risazable dialogs and KDE

1998-11-20 Thread Stewart Allen
I have also noticed some GUI glitches with 1.17. None of these exist in 1.16. My environment is WindowMaker on RedHat 5.2. 1) Button-clicks sometimes leave a button "depressed". You have to click it a second time to complete the click. No workaround. 2) When a Frame or Window is set

running java setuid root

1998-11-18 Thread Stewart Allen
I'm having tremendous difficulty finding a flexible way to run setuid root java programs. My unique constraint is that I cannot add the java lib directory to /etc/ld.so.conf because I have many different JVM versions installed. It appears that when the euid is 0, it ignores LD_LIBRARY_PATH.