Return-Path: X-Original-To: apmail-pdfbox-users-archive@www.apache.org Delivered-To: apmail-pdfbox-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF97A185B6 for ; Sun, 8 Nov 2015 02:33:07 +0000 (UTC) Received: (qmail 35359 invoked by uid 500); 8 Nov 2015 02:33:07 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 35334 invoked by uid 500); 8 Nov 2015 02:33:07 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 35322 invoked by uid 99); 8 Nov 2015 02:33:07 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2015 02:33:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B07181801DD for ; Sun, 8 Nov 2015 02:33:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id eWjr5cqYJtxm for ; Sun, 8 Nov 2015 02:32:55 +0000 (UTC) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id A8091203BD for ; Sun, 8 Nov 2015 02:32:55 +0000 (UTC) Received: by ioc74 with SMTP id 74so91328412ioc.2 for ; Sat, 07 Nov 2015 18:32:55 -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 :content-type; bh=3VfOfvu9Eeh1ydPcww7HbuD09RdfqcPxYypaa+CldiY=; b=k8opV/Ce49palzv1XjZ6Li3MKdR/AY0ruZZN6EcSI43GqgNH1ayOylRvo+qQsIX87n F70haEZ+FSWgh1fcWQ+j+00CDEazBbbV2GnTzc+wyqrcj+Dq26ho6rvFjlk7NpDwMCQ4 fC4FQVHvOcLN7NzC5FZlfKM4FUTTEHCr0+63/C2dv0NrGi7pHv7WNwOR5uMbg/28WHJW Hfw+nNT6gmrrAotw+ri2ItU7zomXieAddWHrHn9JuHesxmgDCUCCuVIzIwQDosTXNMtQ iPqUFhjyWad3Ina1LHjFUn+WKg8iLfUaSwbRP7rTeO99UtxqCn9yisKRbZL9p9bVAX7O Xr7A== MIME-Version: 1.0 X-Received: by 10.107.129.141 with SMTP id l13mr20408081ioi.59.1446949975126; Sat, 07 Nov 2015 18:32:55 -0800 (PST) Received: by 10.36.8.136 with HTTP; Sat, 7 Nov 2015 18:32:55 -0800 (PST) Received: by 10.36.8.136 with HTTP; Sat, 7 Nov 2015 18:32:55 -0800 (PST) In-Reply-To: <150e42b7f22-2381-3fbf@webprd-a107.mail.aol.com> References: <150e42b7f22-2381-3fbf@webprd-a107.mail.aol.com> Date: Sat, 7 Nov 2015 21:32:55 -0500 Message-ID: Subject: Re: Shell Can't Find pdfbox From: Tres Finocchiaro To: users@pdfbox.apache.org Content-Type: multipart/alternative; boundary=001a113f96be467a290523fe4b6d --001a113f96be467a290523fe4b6d Content-Type: text/plain; charset=UTF-8 > [...] it appears to be a different method than what the Apache PDFBox documentation specifies Can you please provide a link to the incorrect documentation? No Java I've used recommends putting JAR files in a UNIX PATH search location. The only possible thing I can think of is a wrapper script someone created as a helper. When I search the Internet for "pdfbox /usr/local/bin/", the archive of this email is the only documentation I can find on the matter -- minus a mention of a /usr/local/bin/pdfbox wrapper script which I can't find the source for (suspected brew/tap/macport type culprit, but no hits). When I look through the PDFBOX command line tutorial I can't find mention of /usr/local/bin either. Here is a good stackoverflow article discussing where to put JAR files in general and in which scenarios you should and shouldn't use the classpath suggestions: http://stackoverflow.com/questions/12842063/where-to-install-jar-files-on-os-x-so-other-java-applications-will-find-them --001a113f96be467a290523fe4b6d--