On 7 January 2011 02:59, calathus <calat...@gmail.com> wrote: > Many example cannot execute without browser unless we write some extra code > to provide Application class.
I have been meaning to tackle this for a while, but have not found the time. My plan was either to create a simple Pivot GUI app for launching all of the provided tutorials & examples or failing that, even just a simple text file listing a command line to be used to launch them. eg java -cp<pivot_jar_list> org.apache.pivot.wtk.DesktopApplicationContext classname and the equivalent for ScriptApplications (including any required resource files) Hopefully I will be able to do it before, or shortly after the 2.0 release. Chris