Re: running java on rh 8.0

2002-11-05 Thread Joseph Shraibman
I figured it out. I was running the right *java*, but I was running the rmiregistry from libgcj. Tom Ball wrote: All I had to do was change my PATH setting so that the 1.4.1 version of Java came before the libgcj one. I haven't tested everything yet, but so far, so good... Tom On Mon, 2002-11

Re: running java on rh 8.0

2002-11-05 Thread Tom Ball
All I had to do was change my PATH setting so that the 1.4.1 version of Java came before the libgcj one. I haven't tested everything yet, but so far, so good... Tom On Mon, 2002-11-04 at 17:15, Joseph Shraibman wrote: > I tried to run java 1.4.1 from sun on my rh 8.0 box and I spent a day trying

running java on rh 8.0

2002-11-04 Thread Joseph Shraibman
I tried to run java 1.4.1 from sun on my rh 8.0 box and I spent a day trying to figure out why rmi wouldn't work. I finally figured out that I had to uninstall libgcj (which was needed by gettext, so I had to uninstall that too) and now everything works perfectly. I'm just posting this to help a