I absolutely agree. In fact, I have seen wretched behavior from ALL Java 
applications on FreeBSD....this included using native JDK 1.3.1 and the 
Linux-Sun port of 1.4.1. For example:

JEdit will just not run....the JVM chokes after a few moments of execution. 

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 
JEdit. 

Basically ANYTHING with a GUI does not work....

Weston


On Monday 23 September 2002 06:18 pm, Esa Karkkainen wrote:
> Hi all
>
>       I 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 != NULL' failed.
> INTERNAL ERROR on Browser End: Expected a version > 5! Version = 0
>
> System error?:: No such file or directory
> %
>
>       I 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* #
>
>       So 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."
>
>       And "about:plugins" shows only Default Plugin (ie
> libnullplugin.so).


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to