From owner-freebsd-java@FreeBSD.ORG Mon Nov 16 21:27:24 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE54E1065698 for ; Mon, 16 Nov 2009 21:27:24 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF758FC15 for ; Mon, 16 Nov 2009 21:27:24 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from ) id 1NA96Z-0004sa-HG; Mon, 16 Nov 2009 22:27:23 +0100 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 04876143D4; Mon, 16 Nov 2009 22:26:59 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Sebastiaan van Erk" , freebsd-java@freebsd.org References: <4AFC15EF.7090704@sebster.com> Date: Mon, 16 Nov 2009 22:26:59 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <4AFC15EF.7090704@sebster.com> User-Agent: Opera Mail/10.01 (FreeBSD) Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: WebServiceFeature X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 21:27:25 -0000 On Thu, 12 Nov 2009 15:04:31 +0100, Sebastiaan van Erk =20 wrote: > Hi, > > I compiled the most recent jdk16 from the ports, but it seems the class= : > > javax.xml.ws.WebServiceFeature > > is not included in jdk6 update 3. Are there any plans to upgrade to a > later version of the jdk6? Update 3 is already more than 2 years old. > > Best regards, > Sebastiaan. You can try port java/openjdk6. The code is more recent by far. Ronald.