Date: Mon, 23 Sep 2002 16:35:59 +0000 From: "Weston M. Price" <wmprice@direcway.com> To: Esa Karkkainen <ekarkkai@pp.htv.fi>, freebsd-questions@FreeBSD.org Subject: Re: IMHO odd behaviour with jdk-1.3.1p7 and galeon-1.2.6 Message-ID: <200209231635.59427.wmprice@direcway.com> In-Reply-To: <20020923181817.GA20710@pp.htv.fi> References: <20020923181817.GA20710@pp.htv.fi>
next in thread | previous in thread | raw e-mail | index | archive | help
I absolutely agree. In fact, I have seen wretched behavior from ALL Java=20 applications on FreeBSD....this included using native JDK 1.3.1 and the=20 Linux-Sun port of 1.4.1. For example: JEdit will just not run....the JVM chokes after a few moments of executio= n.=20 Eclipse (the IDE) just will not work with any sort of regularity.... Forte dies after a few moments of execution with the same type of errors = as=20 JEdit.=20 Basically ANYTHING with a GUI does not work.... Weston On Monday 23 September 2002 06:18 pm, Esa Karkkainen wrote: > Hi all > > =09I finally managed to compile jdk-1.3.1p7 and decided to use it > with Galeon. I checked java checkbox in Galeon's "Settings" menu, > quit Galeon and started Galeon from command line. Galeon died with > following messages: > > % galeon > > ** CRITICAL **: file mozilla.cpp: line 134 (gboolean > mozilla_preference_set(const char *, const char *)): assertion > `new_value !=3D NULL' failed. > INTERNAL ERROR on Browser End: Expected a version > 5! Version =3D 0 > > System error?:: No such file or directory > % > > =09I managed to "fix", ie Galeon starts ok and I can browse > non Java websites, the problem I had rather crudely: > > # cd /usr/local/jdk1.3.1/jre/plugin/i386/ns600 > # ls -l > total 2656 > -rwxr-xr-x 1 root wheel 316234 Sep 23 20:15 libjavaplugin_oji.so* > -rwxr-xr-x 1 root wheel 2358425 Sep 23 20:17 libjavaplugin_oji_g.so* > # mv libjavaplugin_oji.so libjavaplugin_oji.so.5 > # ls -l > total 2656 > -rwxr-xr-x 1 root wheel 316234 Sep 23 20:15 libjavaplugin_oji.so.5* > -rwxr-xr-x 1 root wheel 2358425 Sep 23 20:17 libjavaplugin_oji_g.so* > # ln -s libjavaplugin_oji.so.5 libjavaplugin_oji.so > # ls -l > total 2656 > lrwxr-xr-x 1 root wheel 22 Sep 23 20:32 libjavaplugin_oji.so@ -= > > libjavaplugin_oji.so.5 -rwxr-xr-x 1 root wheel 316234 Sep 23 20:15 > libjavaplugin_oji.so.5* -rwxr-xr-x 1 root wheel 2358425 Sep 23 20:17 > libjavaplugin_oji_g.so* # > > =09So then I tried running some of the demos included with JDK. > None of the demos work, all they do is open a window stating: > > "This page contains information of a type (application/x-java-vm) that > can be only viewed with the approppriate Plug-in." > > =09And "about:plugins" shows only Default Plugin (ie > libnullplugin.so). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209231635.59427.wmprice>