Re: Problem: can't run jdk1.2 under RedHat6.0

1999-05-20 Thread Emilian URSU
Hi, I had this problem to I read somewhere that RH6.0 doesn't support native_threads so I set my DEFAULT_THREADS_FLAG=green in my .java_wrapper I fixed this problem but I've got another one. Try on your system and tell me if it worked. On Wed, 19 May 1999, Zhihui Zhao wrote: > > hi, I ins

Re: java 3d

1999-05-20 Thread Fred Lenquette
Select a Mirror: http://www.blackdown.org/java-linux/mirrors.html Fred. "Nolte, Holger" wrote: > Hi, where can I find java 3d for linux ? > > Holger > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsu

java 3d

1999-05-20 Thread Nolte, Holger
Hi, where can I find java 3d for linux ? Holger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Blackdown

1999-05-20 Thread Bryce McKinlay
Sandy Ward wrote: > Anyone know much about the garbage collector for the Blackdown JVM? I am talking > about comparisons to Sun's, IBM's, etc. From recent experience it seems that > the GC takes one big pause to collect the garbage where as other VM's do it a > little more smoothly. > > Any thoug

Re: problem compiling multiple files (jdk1.2, RedHat 6.0)

1999-05-20 Thread Stefan Proels
Hi Bruce, > I have installed the blackdown port of the jdk 1.2 on a pentiumII running > RedHat Linux 6.0. > > The good news is that I can run stand alone problems. The bad news is that > javac can't seem to find classes from other files, unless they are precompiled > first. > (So if test1.java

JDK12

1999-05-20 Thread ALLEON Guillaume
Hello all, I would like to thank all people that help me to set up my system for using java2 onto my machine. I even get java3d working ;-). And of course thanks to those who have contributed to these products. I am waiting for the next versions ... Guillaume ---

problem compiling multiple files (jdk1.2, RedHat 6.0)

1999-05-20 Thread bruce
Hi, I have installed the blackdown port of the jdk 1.2 on a pentiumII running RedHat Linux 6.0. The good news is that I can run stand alone problems. The bad news is that javac can't seem to find classes from other files, unless they are precompiled first. (So if test1.java uses class test2, "j

Re: Setting Netscape to Use JDK

1999-05-20 Thread pridemor
Sorry. You can't. It is possible to install java libraries such as Swing, but you can't currently tell Netscape to use another JVM. Of course, the java plugin is an exception, but the HTML has to be coded to request the plugin... Russ [EMAIL PROTECTED] on 05/19/99 10:18:22 PM To: [EMAIL

Problem with Java 2 on Reshat 5.2 systems

1999-05-20 Thread Stephen Lohning
I am having trouble getting java 2 running on my redhat 5.2 PC(386) system How do I tell what version of glibc I have if any? thanks bash$ java SimpleExample Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/java/java2/jdk1.2/jre/lib/i386/libfontmanage r.so: libstdc++-libc6.0-1.so.2

Re: Fonts have large ascents/decents

1999-05-20 Thread Rob Nugent
I have been assuming that this is a bug in the Linux JDK1.2 prerelease. If I run the following on Linux/Java1.2: import java.awt.*; public class FT { public static void main(String[] args) { Font f = new Font("Monospaced",Font.PLAIN,14); FontMetrics fm = Toolkit.getDefau

Fonts have large ascents/decents

1999-05-20 Thread corey
Hi gang, I'm having some trouble with the default fonts in the JDK1.2. Seems like the ascents and decents for TimesRoman fonts (possibly others) are very large and it makes my textareas appear to have large gaps between the lines.

Java Plug-in

1999-05-20 Thread Josep Llauradó Selvas
Anybody knows where can i found the Java Plug-In version 1.2 under Linux? I have the jdk1.2pre-v1 and I can't find it into it's directories TIA. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Re: JDK1.2: libstdc++-libc6.0-1.so.2 link

1999-05-20 Thread Andreas Prohaska
> Could someone please tell me how to create the libstdc++-libc6.0-1.so.2 > link? I need it because java 1.2 fails with an error message for this > specific library. > I am a bit confused because neither ldconfig nor a file system search > for this shows me a file like "libstdc++-libc6.0-1.so.2" o