From owner-freebsd-java@FreeBSD.ORG Sat Apr 5 14:53:02 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 CE2D7DFB for ; Sat, 5 Apr 2014 14:53:02 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (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 6A9A7A45 for ; Sat, 5 Apr 2014 14:53:02 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id x13so4865929wgg.9 for ; Sat, 05 Apr 2014 07:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=PoykzLjaYHKDMNpmmC0uKFYxa4VKYhDEUBqp420v4pc=; b=IFNpAPvUK4+IOF3DBHsod0ynfjnV+d/UgeauWIB//mTdRB1gb1d2wJwql12CMbT95I O/ahmT6VKoQlZ4KlAAEGUpQPlWg4Macrc4+X5irWPZvqePIgapeegi6IxYnUbyM/3lk7 VDg9YK3D9jgRxi1mcj115tlj72F12Spvo0U3AeCn2/FXsiotlQ5R2ihEHglat2OIQLqb Jfk0lHtVQcwtFVCo3sxWBf++K2byf/VGn2J9QeRk0brQsM+AqxXLHl2TfWFQU8VPWoc7 92rPS3vHwZl2OCf6tU+eoiZjEvLHxpTgBZLn4+p9c4Di7mbJh9swO1tgB+xyyepIvdo9 4LXw== X-Received: by 10.180.38.41 with SMTP id d9mr12413792wik.9.1396709580662; Sat, 05 Apr 2014 07:53:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.55.138 with HTTP; Sat, 5 Apr 2014 07:52:40 -0700 (PDT) From: Miguel Clara Date: Sat, 5 Apr 2014 15:52:40 +0100 Message-ID: Subject: no iKVM64 in java.library.path with OpenJDK7 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Sat, 05 Apr 2014 14:53:02 -0000 I'm trying to use the supermicro iKVM java console since I had no luck with SOL. However it seems even the JAVA console is a pain.. It works fine if I use the Oracle Java version (7) but this creates others problems to me, like not being able to use the web plugin, so I would rather use the openjdk. I've search and tried work arrounds like adding this properties in the launch.jnlp Still no luck... As anyone tried this in FreeBSD? Thanks