Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2011 11:14:32 +0300
From:      Achilleas Mantzios <achill@matrix.gatewaynet.com>
To:        freebsd-java@freebsd.org
Subject:   Re: IcedTea Problems
Message-ID:  <201111281014.32861.achill@matrix.gatewaynet.com>
In-Reply-To: <4ED0ED15.6090005@gmail.com>
References:  <4ED0ED15.6090005@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
=CE=A3=CF=84=CE=B9=CF=82 Saturday 26 November 2011 15:43:49 =CE=BF/=CE=B7 p=
fxo =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5:
> Hi
>=20
> I have tried to install icedtea-web like in FreeBSD handbook described.=20
> But, after installation with "portmaster java/icedtea-web" I cannot find=
=20
> any IcedTeaPlugin.so file. Also not in /usr/ports/java/icedtea-web after=
=20
> "make". Why the port don't build them? I have just the file=20
> "libjavaplugin_oji.so" but the other is missing.

Do these:
pkg_info | grep -i icedtea
take a note of the exact package, e.g.  icedtea-web-1.1)
then find all files owned by the package:
pkg_info -L icedtea-web-1.1 | less
find the lib, ( /usr/local/lib/IcedTeaPlugin.so)
locate it in your system:
locate  IcedTeaPlugin.so

in my system it found :
/usr/local/lib/browser_plugins/symlinks/gecko18/IcedTeaPlugin.so
/usr/local/lib/browser_plugins/symlinks/gecko19/IcedTeaPlugin.so
/usr/local/lib/browser_plugins/symlinks/opera/IcedTeaPlugin.so
/usr/local/lib/browser_plugins/symlinks/opera-devel/IcedTeaPlugin.so
/usr/local/lib/browser_plugins/symlinks/webkit-gtk2/IcedTeaPlugin.so

i guess the gecko symlinks are for firefox (someone correct me if i am wron=
g)

So normally the browser should look into some of the above locations and fi=
nd the icedtea lib.

My firefox 5.0 about:plugins gives:

IcedTea-Web Plugin (using IcedTea-Web 1.1)

    File: IcedTeaPlugin.so
    Version:=20
    The IcedTea-Web Plugin executes Java applets.

MIME Type 	Description 	Suffixes
application/x-java-vm 	IcedTea 	class,jar
application/x-java-applet 	IcedTea 	class,jar
application/x-java-applet;version=3D1.1 	IcedTea 	class,jar
application/x-java-applet;version=3D1.1.1 	IcedTea 	class,jar
=2E.........

>=20
> Regards
> pfxo
> _______________________________________________
> freebsd-java@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"
>=20



=2D-=20
Achilleas Mantzios



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111281014.32861.achill>