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 sam
-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) a
Marty,
The problem with early exit from GUI programs is due to a bug in
the JIT compiler. Find your .java_wrapper file and add the following
line:
export JAVA_COMPILER=NONE
(umm, your shell syntax for exported variables may be different.
the basic idea is to have an environment variable set t
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