Document Actions
OS X and SuperWaba
Notes for developing SuperWaba apps on OS X using Eclipse
Environment
Notes
- SuperWaba apps will not run using JVM 1.4.x. Instead, configure your SuperWaba projects to use JVM 1.3.1.
- In Window > Preferences > SuperWaba, explicitly create an entry for your SuperWaba SDK installation. In your SuperWaba projects, always choose that entry, not the default one.
- When using "Build SuperWaba Application", a build file is created, but Ant may not run on this file within Eclipse. As a workaround, run Ant outside of Eclipse.
- When running a SuperWaba application within Eclipse, Command-Q or the Quit menu item will not work. Instead, use the Eclipse console's stop button or the red close button of the applet window.
