Hello,
I think you should read the tutorial first : http://pivot.apache.org/tutorials/ Best regards Jérôme De : Jacques Granduel [mailto:[email protected]] Envoyé : jeudi 28 octobre 2010 07:52 À : [email protected] Objet : launching Pivot programmatically Hi all, this is a very basic question ! I would like to know how I can launch the equivalent of the command line "hello world" tutorial: public static void main(String[] args) { DesktopApplicationContext.main(HelloJava.class, args); } Thanks a lot. Best regards, jqg
