From owner-freebsd-ports@freebsd.org Mon Jul 4 11:39:59 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 145EEB91AE0 for ; Mon, 4 Jul 2016 11:39:59 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F01762AB4 for ; Mon, 4 Jul 2016 11:39:58 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: by mailman.ysv.freebsd.org (Postfix) id EF7C0B91ADF; Mon, 4 Jul 2016 11:39:58 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF25DB91ADE for ; Mon, 4 Jul 2016 11:39:58 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "puchar.net", Issuer "puchar.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8329D2AB3; Mon, 4 Jul 2016 11:39:58 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.14.9) with ESMTPS id u64BduK1022721 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 4 Jul 2016 13:39:56 +0200 (CEST) (envelope-from wojtek@puchar.net) Received: from laptop.wojtek.intra (localhost [127.0.0.1]) by laptop.wojtek.intra (8.14.9/8.14.9) with ESMTP id u64Bdvkq000900; Mon, 4 Jul 2016 13:39:57 +0200 (CEST) (envelope-from wojtek@puchar.net) Received: from localhost (wojtek@localhost) by laptop.wojtek.intra (8.14.9/8.14.9/Submit) with ESMTP id u64BdqHI000897; Mon, 4 Jul 2016 13:39:52 +0200 (CEST) (envelope-from wojtek@puchar.net) X-Authentication-Warning: laptop.wojtek.intra: wojtek owned process doing -bs Date: Mon, 4 Jul 2016 13:39:51 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@laptop.wojtek.intra To: Baptiste Daroussin cc: ports@freebsd.org Subject: Re: java in firefox and jnlp launch - help needed. In-Reply-To: <20160704074102.csgxi67dixfh4gl2@ivaldir.etoilebsd.net> Message-ID: References: <20160704074102.csgxi67dixfh4gl2@ivaldir.etoilebsd.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (puchar.net [10.0.1.1]); Mon, 04 Jul 2016 13:39:56 +0200 (CEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 11:39:59 -0000 >> no iKVM64 in java.library.path >> > > The supermicro java console requires a linux native binary (ikvm64) which cannot > be loaded in freebsd. > > To have it working you need the linux emulation and linux-oracle-jre18 port > > then you can run your jnlp with /usr/local/linux-oracle-jre1.8.0/bin/javaws this works fine (if slow can be called fine ;). Thank you very much