One thing that helped get jdk1.1.x working on my redhat-6.0 machine (and
this was the only thing I had to do) was to uninstall kaffe.

On Thu, 27 May 1999, Rafael Jesus Alcantara Perez wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> 
> On Thu, 27 May 1999, Marty E. Geier wrote:
> > I've had the same problem as Jais.  I put a link from my newer libs to
> > the old name
> > as you suggested.  Jdk 1.2 is working for me, but whenever I launch a
> > GUI app, the
> > interface pops up briefly (split-second) and then disappears.  No errors
> > though, no
> > stack dump and no seg fault.  Any suggestions here?
> > 
> > I'm using Redhat 6.0, with lib6.1-1.
> > 
> I'm also using Red Hat 6.0 and it runs ok (thanks to Ray Eads
> mailto:[EMAIL PROTECTED]); you must have installed libstdc++-2.9.0-12 (from the
> RH 6.0 CD), and then, check if you have this link in /usr/lib:
> 
> libstdc++-libc6.0-1.so.2 -> libstdc++.so.2.8.0
> 
> If you don't, make it. And then, you 'only' have to use the green threads and
> remove the JIT as this:
> 
> javac -green file.java
> java -green -Djava.compiler=NONE file
> 
> > Thanks,
> > 
> > Marty
> > 
> > 
> > Previous messages:
> > -----------------------------------------------
> > jais,
> >   it seems that you might have a later version of the libstdc file.
> >   look in the /lib directory (or maybe /usr/lib) for the libstdc* files.
> > 
> >   you probably have one like libstdc++-lib6.1-1.so.2. if so, do
> >   ln -s libstdc++-lib6.1-1.so.2 libstdc++-lib6.0-1.so.2
> > 
> > tim daly
> > [EMAIL PROTECTED]
> > 
> > >
> > > Exception in thread "main" java.lang.UnsatisfiedLinkError:
> > > /usr/local/java2/jdk1.2/jre/lib/i386/libfontmanager.so:
> > > libstdc++-libc6.0-1.so.2: cannot open shared object file: No such file
> > 
> > > or directory
> > 
> > 
> > ----------------------------------------------------------------------
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> Rafa.
> - --
> +----------
> | Rafael Jesus Alcantara Perez. P.O. Box 1199, 29080 Malaga, SPAIN.
> | Email: mailto:[EMAIL PROTECTED]
> | PGP public key: http://www.vnet.es/~ralcan/public-key.asc
> +---------------------
> "For every complex problem there is a solution that is concise, clear, simple, and 
>wrong."
> (H. L. Mencken)
> 
> -----BEGIN PGP SIGNATURE-----
> Version: 2.6.3i
> Charset: noconv
> 
> iQEVAwUBN02PHtqA/MQ7nrK9AQFhEgf/RQBXycTZQzS8uuU4Z8Qo3CASdCYckEdF
> YEVGlSdmYJsh7jAzB61N1r1cUvJ4egQUjCdtMk0+TgnxiUDV3JIjwRywFivysKaG
> OsfR6d0ycW5E+ZBhlHONPiV/VhChDE02I0XWM86lEdWIAlgvewoRMyB5fZlrZxMv
> bbIgdpVW4QrEghsgMuxRYgoY2zhk6ASZUMNytgeOhdFOI5wd+BbuS6CSXH57HFeo
> LbUMoeHkP/hdcYnDqhOILYx9DB72sKlB/u1wA5Ul9wDppMmlWOFRYqvu5Vr/vuQ3
> OiIKlDwlGdI/0QDAkiadOJz8MfwT9lHlDJ5+jRiG5MrPdmuLhvUUPg==
> =9Gh5
> -----END PGP SIGNATURE-----
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to