Installing JAXX |
From JAXXWiki
JAXX requires the Java Development Kit version 1.4 or higher. To install JAXX, first download the binary distribution from the Download page and unzip it into the directory of your choosing. Then set the following two environment variables:
| Variable | Value |
|---|---|
| JAVA_HOME | Path to root of Java installation |
| PATH | Add the JAXX /bin directory to in the path |
If you are on a Unix, Linux, or MacOS system, you will also need to make sure that the x (execute) bit on the bin/jaxxc script is set. When this is done, you will be able to run jaxxc from the command line. Try running jaxxc with no parameters to verify that JAXX is properly installed.

