From owner-freebsd-java@freebsd.org Mon Feb 29 21:37:53 2016 Return-Path: Delivered-To: freebsd-java@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 E1A1EAB8405 for ; Mon, 29 Feb 2016 21:37:53 +0000 (UTC) (envelope-from bugReporter@ib-haakh.de) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 874A115F3 for ; Mon, 29 Feb 2016 21:37:52 +0000 (UTC) (envelope-from bugReporter@ib-haakh.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1456781871; l=483; s=domk; d=ib-haakh.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:From:References:To:Subject; bh=zq1pkbQmmOgcYcfpiYbHYojXVgDq3cxXsnJ2RfkWc3A=; b=LwMjzoRN4A5NJSkO8ynybCaCjd9Gp9avsOFiP3iozndorZuQwtzsgz9OFCELGG9Tf36 19FNjwzgYAPfSezTuiRFi/zEJOO0gl9FSxIE7GbchckqXW/vYuHSHVVwxD2xiqilwaHg2 gfOOP4dOOA9ZBnWSTisawRWl4XKvxTS36Mc= X-RZG-AUTH: :LWQcbViwW/e6OTbW0dHzwKkCepEs/ThuRG8zpeuciRNkwehqPJJjNu39Mp3SBQ== X-RZG-CLASS-ID: mo00 Received: from pain.Haakh.de (p57A70DCE.dip0.t-ipconnect.de [87.167.13.206]) by post.strato.de (RZmta 37.20 DYNA|AUTH) with ESMTPA id 6069a1s1TLbl36S; Mon, 29 Feb 2016 22:37:47 +0100 (CET) Received: from Crabberio.Haakh.de (crabberio.Haakh.de [192.168.63.16]) by pain.Haakh.de (8.15.2/8.15.2) with ESMTP id u1TLbjNf014100; Mon, 29 Feb 2016 22:37:45 +0100 (CET) (envelope-from bugReporter@ib-haakh.de) Subject: Re: javaws missing in openjdk[78] To: Volodymyr Kostyrko , freebsd-java@freebsd.org References: <56D41C33.4030902@ib-haakh.de> <56D469E6.8070207@b1t.name> From: "Dr. A. Haakh" Message-ID: <56D4BA29.8070209@ib-haakh.de> Date: Mon, 29 Feb 2016 22:37:45 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <56D469E6.8070207@b1t.name> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 21:37:54 -0000 Volodymyr Kostyrko schrieb: > Dr. A. Haakh wrote: >> Hello, >> I realized that javaws is missing in openjdk7 and openjdk8. Any plans to >> include/reactivate it. Would be nice to administer my Server and Switch >> via webinterface... > > It's not part of openjdk, you need java/icedtea-web. That port > contains both javaws and web plugin. > Thanks! Icedtea-web did the trick. Nevertheless: in openjdk[78] is all the stuff for javaws -- its just not yet ported. Andreas