From owner-freebsd-java@FreeBSD.ORG Mon Apr 7 17:45:07 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4870A393; Mon, 7 Apr 2014 17:45:07 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A74B6D65; Mon, 7 Apr 2014 17:45:06 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id z2so5520631wiv.6 for ; Mon, 07 Apr 2014 10:45:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=QoHsVMWwW47hsIxVkRspWoSVBHZ20Fvj9xch2gSbX7Q=; b=Hep1d4ro8ODdtEbdhzZ/PN2ft85bDyV+F1fq/iKoY1RyoZvneDHjPAnpL20QX5+Gfd 4uj2u0uzUMVWkrsZzsawNN2dn+BBwijnHMGyIXNJ16RGdJ9D38UGNbhcR8pmyEI0BH8h 6RHQ9wWFhh+Z01YiLGa0ywspbcKuJIJPyChoUMKZ1xvyPxG3XQIzuWNnxcG+QWcLxkkN GUQgLK7QIkwYnoWaatgPvMgETn8xlYsE0ZsbSAIqapIK0wQCtrk3rS4G8ME86G67dXFL IQRxVp7L6sVVlic2AugZ+ZBJwKzpEm3a/MGLasjzdDMlT1dSVfoqkmPcUSE3ELN5OLFs BOmQ== X-Received: by 10.180.7.227 with SMTP id m3mr26326274wia.59.1396892703370; Mon, 07 Apr 2014 10:45:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.55.138 with HTTP; Mon, 7 Apr 2014 10:44:43 -0700 (PDT) In-Reply-To: <5342E184.9060607@FreeBSD.org> References: <5342D956.9050908@FreeBSD.org> <5342E184.9060607@FreeBSD.org> From: Miguel Clara Date: Mon, 7 Apr 2014 18:44:43 +0100 Message-ID: Subject: Re: no iKVM64 in java.library.path with OpenJDK7 To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Ronald Klop , freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 17:45:07 -0000 On Mon, Apr 7, 2014 at 6:33 PM, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2014-04-07 13:09:14 -0400, Mike C. wrote: > > > No. IcedTea-Web is only to complement OpenJDK. Oracle JDK/JRE > bundles a proprietary browser plugin. > > > > You just need to configure your browser to execute *.jnlp with Linux's > one. Java Web Start is not directly related to a browser plugin. > > Jung-uk Kim > > > True but the plugin would not work with FreeBSD firefox anyway... Or am I wrong? If I got it right it would only work with a Firefox linux version right? Or is there a way to trick native firefox to use the plugin? Icetea openes jnlp's but it also adds the plugin to firefox... With orace I can use javaws but the I could never make the plugin work