Install Oxygen XML Editor on Mac OS X
Choosing an Installer
System Requirements
System requirements for a Mac OS X install:
- Operating system
-
OS X version 10.6 64-bit or later
- CPU
-
- Minimum - Intel-based Mac, 1 GHz
- Recommended - Dual Core class processor
- Memory
-
- Minimum - 2 GB of RAM
- Recommended - 4 GB of RAM
- Storage
-
- Minimum - 400 MB free disk space
- Recommended - 1 GB free disk space
- Java
-
Oxygen XML Editor requires Java to run. OS X includes Java by default or it will install it on the first attempt to run a Java application.
Oxygen XML Editor only supports official and stable Java Virtual Machines with the version number 1.6.0 or later (the recommended version is 1.6.0 from Apple). Oxygen XML Editor may work with JVM implementations from other vendors, but there is no guarantee that other implementations will work with future Oxygen XML Editor updates and releases.
Oxygen XML Editor uses the following rules to determine which installed version of Java to use:
- If you start Oxygen XML Editor with the application launcher (.app) file
then:
- If you use the zip distribution for OS X Oxygen XML Editor uses the Apple Java SE 6 available on your Mac computer
- If you use the tar.gz distribution that contains a bundled JRE then Oxygen XML Editor will use that bundled JRE
- If you start Oxygen XML Editor using a startup .sh script then:
- If a bundled JRE is available then it will be used
- Otherwise, if the
JAVA_HOMEenvironment variable is set then the Java distribution indicated by it will be used - Otherwise, the version of Java pointed to by your
PATHenvironment variable will be used
If you run Oxygen XML Editor using the oxygen.sh script, you can change the version of Java used by editing to script file. Go to the Java command at the end of the script file and specify the full path to the Java executable of the desired JVM version. For example:
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java "-Xdock:name= ... - If you start Oxygen XML Editor with the application launcher (.app) file
then: