cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: April 10 2004,18:08 |
|
I spent an hour or so trying to make the Java runtime environment work with Firefox 0.8 (special i586 build compiled with GCC 2.96) and could not get it to work.
Every time I would visit the Java test website, the Firefox window would disappear. I was able to get some troubleshooting information by starting up Firefox from inside an Xterminal (rxvt) window and reading the Xterminal window's debugging info.
A quick dependency search using the 'ldd' command on the Java library .so files revealed that there were a few "lib not found" errors. This could be due to a missing PATH (Java could not find the file, but it exists somewhere), or it could mean that the lib files are not included with DSL. At this point it was very late at night and since an easy solution did not seem to present itself, I gave up.
Hopefully, this will help someone else.
Good Luck.
|