Template:Example |
From JAXXWiki
Screen shot
[[Image:{{{name}}}-screenshot.gif]]
See it in action
To run this example in Java Web Start, click the following link: {{{name}}}.jnlp
To compile and run it yourself, first follow the instructions for installing JAXX. Then download and save the source code using the link below. Once you have done that, compile and run it as follows:
{{{compilation}}}
The first command above assumes that you are in the directory containing the {{{name}}}.jaxx file. Compiling it as shown will produce a class file named {{{name}}}.class in the current directory, and because you were in the same directory as the JAXX file the resulting class will not be placed in a package (its fully-qualified name is just {{{name}}}).
At this point {{{name}}} is a perfectly ordinary Java class, and the only special requirement to run it is that jaxx-runtime.jar be in the classpath.
Source code
Download the source code: {{{name}}}.jaxx
{{{source}}}

