> Then I tried Launch4j, It took me a while to figure out what was going on, > then I found a > great tutorial online to help me through actually creating the .exe. When I > tried to run it > I get the error "Could not find the main class: DeploymentExample.jar. > Program will exit"
Seems like you may be trying to launch a class named "DeploymentExample.jar" rather than "DeploymentExample". > I am curious though, on the Apache site it directly says "Apache Pivot is an > open-source platform for building installable Internet applications (IIAs)." > Does Apache Pivot just supply the ease of creating the > GUI and the ability to use BXML and other JVM Languages? Yes. > Does it supply any > way of deploying an application like any of the tutorials as a .exe? or as a > widget/gadget. No - that's where tools like Launch4J, AppBundler, Ant, Eclipse, etc. come in. Pivot is primarily a tool for building apps. How you package that app is up to you. G
