I recently installed jdk16 from ports on my FreeBSD 7-Stable AMD64 home server. When I try to access websites that use the Java web plugin, the applets don't load. Checking on about:plugins in Firefox shows the Java plugin listed and enabled. Does jdk16 web plugin work on FreeBSD 7 AMD64? I saw on previous mailing list entries mentioned that the plugins from jdk16 and jdk15 on AMD64 worked. Sabeeh Ahmed Baig
On Thursday 26 June 2008 04:23 pm, Sabeeh Baig wrote:> I recently installed jdk16 from ports on my FreeBSD 7-Stable AMD64 > home server. When I try to access websites that use the Java web > plugin, the applets don't load. Checking on about:plugins in > Firefox shows the Java plugin listed and enabled. Does jdk16 web > plugin work on FreeBSD 7 AMD64? I saw on previous mailing list > entries mentioned that the plugins from jdk16 and jdk15 on AMD64 > worked.Try: env JAVAVM_DRYRUN=yes java It will print something like the following: JAVA_HOME=/usr/local/jdk1.6.0 JAVAVM_CONF=/usr/local/etc/javavms JAVAVM_OPTS_CONF=/usr/local/etc/javavm_opts.conf JAVAVM_PROG=/usr/local/jdk1.6.0/bin/java JAVAVM_OPTSJAVAVM_COMMAND=/usr/local/jdk1.6.0/bin/java If ${JAVA_HOME} does not match the installed plugin, it will not work. If it matches, remove ~/.java directory and try again. Jung-uk Kim
On 2008-Jun-26 16:23:23 -0400, Sabeeh Baig <baigsabeeh@gmail.com> wrote:>that the plugins from jdk16 and jdk15 on AMD64 worked.I can't comment on jdk16 but the jdk15 plugin does not work on amd64. There is a patch for jdk15 at ports/122904 that works for me. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080627/309c33bb/attachment.pgp