From owner-freebsd-ports@freebsd.org Mon Jul 4 08:44:02 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 403F1B8FE4E for ; Mon, 4 Jul 2016 08:44:02 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2B7C0265C for ; Mon, 4 Jul 2016 08:44:02 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 2728CB8FE4D; Mon, 4 Jul 2016 08:44:02 +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 26C91B8FE4A for ; Mon, 4 Jul 2016 08:44:02 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 836B1265A; Mon, 4 Jul 2016 08:44:01 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id C34AF28452; Mon, 4 Jul 2016 10:43:58 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 86DF428429; Mon, 4 Jul 2016 10:43:57 +0200 (CEST) Message-ID: <577A21CD.4010603@quip.cz> Date: Mon, 04 Jul 2016 10:43:57 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Baptiste Daroussin CC: Wojciech Puchar , ports@freebsd.org Subject: Re: java in firefox and jnlp launch - help needed. References: <20160704074102.csgxi67dixfh4gl2@ivaldir.etoilebsd.net> <577A1685.7010309@quip.cz> <20160704075834.z6davwfnrxunph56@ivaldir.etoilebsd.net> In-Reply-To: <20160704075834.z6davwfnrxunph56@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 08:44:02 -0000 Baptiste Daroussin wrote on 07/04/2016 09:58: > On Mon, Jul 04, 2016 at 09:55:49AM +0200, Miroslav Lachman wrote: >> Baptiste Daroussin wrote on 07/04/2016 09:41: >>> On Mon, Jul 04, 2016 at 09:22:56AM +0200, Wojciech Puchar wrote: >>>> i don't normally use java but have to for starting server remote management. >>>> >>>> i use firefox and installed icedtea-web. >>>> >>>> this page >>>> >>>> https://www.java.com/en/download/installed.jsp >>>> >>>> executes icedtea plugin and shows java is working properly. >>>> >>>> Now i want to start remote console. it downloads launch.jnlp file. >>>> >>>> i tried to run it with itweb-javaws and after loading software i'm getting >>>> >>>> no iKVM64 in java.library.path >>>> >>> >>> The supermicro java console requires a linux native binary (ikvm64) which cannot >>> be loaded in freebsd. >> >> If it is really Supermicro, then you can use ipmiview package downloaded >> from their website. It works for me in PC-BSD desktop. >> >> Miroslav Lachman >> > > Which will in the end to the same thing, because ipmiview uses the linux > emulation with a bundled jre :) Yes, but was a lot easier to have java KVM working and don't mess my system with another java version :) Miroslav Lachman