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