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
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
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
---
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
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.