From owner-freebsd-java@FreeBSD.ORG Sat May 25 07:29:16 2013 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 796B85C1; Sat, 25 May 2013 07:29:16 +0000 (UTC) (envelope-from bugReporter@Haakh.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) by mx1.freebsd.org (Postfix) with ESMTP id E230C2CA; Sat, 25 May 2013 07:29:12 +0000 (UTC) X-RZG-AUTH: :LWQcbViwW/e6OTbW0dHzwKkCepEs/ThuRG8zpeuciRNkwehqPJJjNuv9MpnSBQ== X-RZG-CLASS-ID: mo00 Received: from abaton.Haakh.de (p57A70FF6.dip0.t-ipconnect.de [87.167.15.246]) by smtp.strato.de (jorabe mo13) (RZmta 31.27 DYNA|AUTH) with ESMTPA id y05741p4P79NgH ; Sat, 25 May 2013 09:29:04 +0200 (CEST) Received: from Crabberio.Haakh.de (n27.Haakh.de [192.168.63.27]) by abaton.Haakh.de (8.14.7/8.14.5) with ESMTP id r4P7T4xO030670; Sat, 25 May 2013 09:29:04 +0200 (CEST) (envelope-from bugReporter@Haakh.de) Message-ID: <51A0683E.7040303@Haakh.de> Date: Sat, 25 May 2013 09:29:02 +0200 From: "Dr. A. Haakh" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17 MIME-Version: 1.0 To: linimon@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/178856: Java fails to print when lpr is removed from base system References: <201305241329.r4ODTspt074199@freefall.freebsd.org> In-Reply-To: <201305241329.r4ODTspt074199@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 07:29:16 -0000 Both openjdk6 and openjdk7 current versions. See sources of openjdk6: execCmd[n++] = "/usr/bin/lpr"; in work/jdk/src/share/classes/sun/print/PSPrinterJob.java and execCmd[n++] = "/usr/bin/lpr"; in work/jdk/src/solaris/classes/sun/print/UnixPrintJob.java openjdk7 should look similar. linimon@FreeBSD.org schrieb: > Synopsis: Java fails to print when lpr is removed from base system > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Fri May 24 13:29:10 UTC 2013 > State-Changed-Why: > to which JRE port does this apply? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=178856