From owner-freebsd-questions@FreeBSD.ORG Thu Jan 2 04:28:54 2014 Return-Path: Delivered-To: freebsd-questions@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 49318CA9 for ; Thu, 2 Jan 2014 04:28:54 +0000 (UTC) Received: from mail-bk0-x229.google.com (mail-bk0-x229.google.com [IPv6:2a00:1450:4008:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFDD01281 for ; Thu, 2 Jan 2014 04:28:53 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id v15so4419826bkz.14 for ; Wed, 01 Jan 2014 20:28:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GAbodmW16GwAhG1mjqzc6I3RA1EG6GsI00aEaLXva40=; b=F/RTPRqEWDti6npZvrEyCW859HHVfls0vLgLVM8m+L6ibP/RbqiWVPW9MGJbNXK1ZN Z4dEgyKzVo9sd2AsyJvKvzzgjz4JJCy+sO1if9wXND8MBECL+fYLESWQ9xYoQ4lSkaxR K8MnUh+hAw2lVOl86+nOammKGZX4ThmAuK/UcvIlGmHauSQ2OOHfcvmmr10mszY/rSiG LlEdbx/tqZeh9nRtQaVfrVhJ8pOzwkEHIV63WS1Vs9EPEIgBBnXTymx3K/anMyYu/Ey+ d0oMFnbhjd06dKSQyYh1x1Zr4WmunJr+TRzm3KmFzzItoWDDguPIUDUoghJ7FKS5CuMi HuPw== MIME-Version: 1.0 X-Received: by 10.205.65.4 with SMTP id xk4mr19511bkb.178.1388636932080; Wed, 01 Jan 2014 20:28:52 -0800 (PST) Received: by 10.204.123.193 with HTTP; Wed, 1 Jan 2014 20:28:52 -0800 (PST) In-Reply-To: <52C471DC.7010608@dreamchaser.org> References: <52C471DC.7010608@dreamchaser.org> Date: Wed, 1 Jan 2014 20:28:52 -0800 Message-ID: Subject: Re: java? From: Waitman Gobble To: freebsd@dreamchaser.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 04:28:54 -0000 On Jan 1, 2014 11:52 AM, "Gary Aitken" wrote: > > In trying to update openoffice using "portmaster editors/openoffice-3", > I get a complaint about openjdk6 marked as forbidden because it triggers > a nasty bug. I've got both openjdk6 and openjdk7 installed, but can't build > either as they are both marked forbidden. > > Anyone know what's going on, and what the prognosis for correction is? > > Also, the Makefile indicates > JAVA_VENDOR= openjdk > JAVA_VERSION= 1.6+ > > Why does it choose to use openjdk6 when openjdk7 is also installed? > I tried > export JAVA_VERSION=1.7 ; portmaster editors/openoffice-3 > and it still tries to use openjdk6. > > Is there a different jdk which will work? > > Thanks, > > Gary > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org Hi Gary, Alternative: Consider using libreoffice, you should be able to run without java. I believe the developers have been working to remove the Java dependency for awhile, it does about everything without it. Waitman Gobble San Jose California