> I have read a few times that "Pivot applications are written using a > combination of Java and XML and can be run either as an applet or as a > standalone (optionally offline) desktop application." > > I think that may be what I want. Or something close enough. Could you point > me to some examples of that? > > Or maybe explain how to get something like the tutorial examples to be > IIA's? or more specifically make it possible for someone to install it and > run it with out eclipse or a different IDE.
Take a look at this example: http://svn.apache.org/repos/asf/pivot/trunk/examples/src/org/apache/pivot/examples/deployment/ An Ant build script for this project is here: http://svn.apache.org/repos/asf/pivot/trunk/deployment-example.xml To build a Windows .exe file, you'll need Launch4J: http://launch4j.sourceforge.net/index.html To build a Mac app bundle, you'll need a Mac and JarBundler: http://informagen.com/JarBundler/ G
