Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D74451042F for ; Sat, 15 Jun 2013 19:53:05 +0000 (UTC) Received: (qmail 11142 invoked by uid 500); 15 Jun 2013 19:53:05 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 11070 invoked by uid 500); 15 Jun 2013 19:53:05 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 11056 invoked by uid 99); 15 Jun 2013 19:53:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jun 2013 19:53:04 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [173.201.192.107] (HELO p3plsmtpa06-06.prod.phx3.secureserver.net) (173.201.192.107) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jun 2013 19:52:57 +0000 Received: from [10.19.126.22] ([166.147.82.177]) by p3plsmtpa06-06.prod.phx3.secureserver.net with id ojsD1l00L3pZ33201jsEyo; Sat, 15 Jun 2013 12:52:15 -0700 Subject: =?utf-8?Q?Re:_Why_i_can_not_run_HelloJava_as_an_application?= =?utf-8?Q?=EF=BC=9F?= References: <1371294778670-4022617.post@n3.nabble.com> From: Roger Whitcomb Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (10B350) In-Reply-To: <1371294778670-4022617.post@n3.nabble.com> Message-Id: <4656A14D-CE21-487C-9B00-0ED366BCC801@rbwhitcomb.com> Date: Sat, 15 Jun 2013 13:52:13 -0600 To: "user@pivot.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org What directory was the code in? Java conventions require the path to the cl= ass file to match the package designation (org.apache.pivot.tutorials). And y= ou would need "." in your CLASSPATH too.=20 ~Roger Whitcomb=