Download |
From JAXXWiki
Contents |
Latest beta release
This is the most recent beta release of JAXX. It contains important bugfixes, but has not been fully tested. Download this version if you are having trouble with the latest official release.
| Type | Date | Status | Download Link |
|---|---|---|---|
| Cross-platform binary | October 20, 2006 | Beta | jaxx-1.0.3-beta2.zip |
| Source Code | October 20, 2006 | Beta | jaxx-1.0.3-beta2-src.zip |
Changes in this version
- JAXX no longer causes security errors when used in applets.
- Line numbers are reported properly in script errors again
- Inline array initializers (String[] foo = {"foo", "bar"};) no longer cause errors
- Fixed several cases where JAXX would fail to find dependency classes
- <JToggleButton> now supports the "buttonGroup" attribute
- The <ButtonGroup> tag now creates an instance of JAXXButtonGroup rather than the base ButtonGroup class
- Fixed an edge case where JAXX would report an internal error due to no symbol table having been created for a .jaxx file
- Initializers for scripted fields are now applied in document order (this is necessary because some initializers need to happen before a particular class tag is initialized, and some need to happen after a particular class tag is initialized -- you now have control over this by where you place the scripted field in the document)
Latest official release
This is the most recent official release of JAXX.
| Type | Date | Status | Download Link |
|---|---|---|---|
| Cross-platform binary | August 8, 2006 | Stable | jaxx-1.0.2.zip |
| Source Code | August 8, 2006 | Stable | jaxx-1.0.2-src.zip |
Changes in this version
These are the major changes from 1.0.1:
- Data binding now properly tracks multiple levels of dependencies
- Fixed several problems with the use of -d or destDir
- Similarly-named classes in different packages are now handled correctly
- Fixed a bug where constructors defined in <script> were always created package-private
- Compilation is now significantly faster
- Very large JAXX files no longer result in a "String too long for constant pool" error
- Compiled classes are smaller
Known issues
Please see the Known issues page for a list of known issues in the current version of JAXX.
Developer snapshots
JAXX's source code is managed in a Subversion repository at SourceForge. To access the latest developer snapshot, see the Subversion info page under the JAXX project.
Previous releases
See the previous releases page for older versions of JAXX.
Installation
See Installing JAXX for installation instructions.

