I don't believe this is completely true. When using Java on Solaris, we were
set up to use green threads because it required a bunch of OS patches to use
java native threads. We ran into performance issues with green threads when
we would spin off threads to do background work. We finally decided
I ran into a similar problem with Netscape 4.5.x. At the RedHat site, they
reported that this was due to a bug in one of their RPMs. The fix was to add
the 75dpi font to the font path with:
/usr/sbin/chkfontpath --add /usr/X11R6/lib/X11/fonts/75dpi
as root.
For more info, the reference number o
Java-Linux List,
I just installed jdk1.2-pre2 on to a system running RH6.0. Following the
instructions, I simply added /usr/local/jdk1.2/bin to my path. For any of
the base applications (java, javac, appletviewer), I get the message "Could
not create the Java virtual machine." This is for both na