Date: Tue, 14 Sep 2010 10:05:22 +0300 From: Achilleas Mantzios <achill@matrix.gatewaynet.com> To: freebsd-java@freebsd.org Subject: Re: IcedTea6 Mozilla plugin with OpenJDK6 Message-ID: <201009141005.37466.achill@matrix.gatewaynet.com> In-Reply-To: <201009131354.24870.jkim@FreeBSD.org> References: <201009091743.01109.jkim@FreeBSD.org> <AANLkTinE1c5knmzCYTLfKKdH-p_KkCWGNfhA1jKgxpwD@mail.gmail.com> <201009131354.24870.jkim@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
Στις Monday 13 September 2010 20:54:21 ο/η Jung-uk Kim έγραψε: > On Friday 10 September 2010 07:32 pm, Ivan Voras wrote: > > On 11 September 2010 01:00, Jung-uk Kim <jkim@freebsd.org> wrote: > > > On Friday 10 September 2010 06:13 pm, Ivan Voras wrote: > > >> But I cannot start for example this one: > > >> > > >> http://java.sun.com/applets/jdk/1.4/demo/applets/ArcTest/example > > >>1.h tml > > > > > > Probably you want to test it locally: > > > > > > file:///usr/local/openjdk6/demo/applets/ArcTest/example1.html > > > > Yes, the local copy works. So it is just failing to load applets > > over the network? Could this be some convoluted Java security > > problem? > > I believe it just timed out for your environment. In fact, there is a > reverse problem, i.e., some applets do not work locally when they > want to open local files. Is that how it is supposed to be? applets work in the sandbox, and by default they are denied access to any local resource. I remember i had to sign applets in order for them to be able to browse local directories. And then the (self produced) certificate should be accepted by the client (browser). > E.g., /usr/local/openjdk6/demo/applets/MoleculeViewer/ > and /usr/local/openjdk6/demo/applets/WireFrame/ fail because they > cannot open files in subdirectory (models). If anyone can reproduce > the same problem under Linux environment, please file an upstream PR > here: > > http://icedtea.classpath.org/bugzilla/ > > > > BTW, IcedTea plugin is not 100% compatible with Sun/Oracle's. > > > Your mileage may vary. ;-) > > > > But the underlying Java is OpenJDK, right? > > Almost. ;-) There is a big missing piece for applet support in > OpenJDK, i.e., Web Start. IcedTea team imported Netx as a > replacement but it is not quite drop-in replacement, IMHO: > > http://jnlp.sourceforge.net/netx/ > http://langel.wordpress.com/2008/01/11/icedtea-and-netx/ > > Jung-uk Kim > _______________________________________________ > 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" > -- Achilleas Mantzioshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009141005.37466.achill>
