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 9BE346634 for ; Mon, 25 Jul 2011 08:15:13 +0000 (UTC) Received: (qmail 81822 invoked by uid 500); 25 Jul 2011 08:15:12 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 81493 invoked by uid 500); 25 Jul 2011 08:14:57 -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 81325 invoked by uid 99); 25 Jul 2011 08:14:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 08:14:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.159.29.9] (HELO mailstore05.sysedata.no) (195.159.29.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 08:14:42 +0000 Received: from [84.208.165.63] (helo=[10.0.1.190]) by mailstore05.sysedata.no with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QlGIv-0004sZ-5g for user@pivot.apache.org; Mon, 25 Jul 2011 10:14:21 +0200 Message-ID: <4E2D25DC.7070903@syse.no> Date: Mon, 25 Jul 2011 10:14:20 +0200 From: Edvin Syse User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: user@pivot.apache.org Subject: Re: Getting Started with Apache Pivot 2.0 References: <1311562311696-3196396.post@n3.nabble.com> <1311581387000-3196841.post@n3.nabble.com> In-Reply-To: <1311581387000-3196841.post@n3.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/25/2011 10:09 AM, ccp999 wrote: > I found out only this works: > > java -cp > .:pivot-core-2.0.jar:pivot-wtk-2.0.jar:pivot-wtk-terra-2.0.jar:pivot-tutorials-2.0.jar > org.apache.pivot.wtk.DesktopApplicationContext com.itags.HelloJava > > no space between after ":" > > and need "." > > I tested on Mac LION Java 1.6 This is as expected and has nothing to do with Pivot. But are you really writing Java code without an IDE? :) Any IDE will take care of this for you, and even help you package your app when you are ready to deploy. -- Edvin