DOC

org.apache.royale.framework : royale-simple-application-pure-swf-archetype

Maven & Gradle

May 12, 2023
327 stars

Apache Royale: Framework: Archetypes: Simple Royale Pure-SWF Application · Maven archetype for creating Royale Maven project for building a simple Royale application with only Flash output.

Table Of Contents

Latest Version

Download org.apache.royale.framework : royale-simple-application-pure-swf-archetype Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file royale-simple-application-pure-swf-archetype-0.9.10-javadoc.jar to royale-simple-application-pure-swf-archetype-0.9.10-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder royale-simple-application-pure-swf-archetype-0.9.10-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "royale-simple-application-pure-swf-archetype-0.9.10-sources.jar" -d "royale-simple-application-pure-swf-archetype-0.9.10-javadoc" -subpackages 

Advertisement