Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Table of Contents
indent10px

...

The package lib-javadoc, which is used to compile the REST API docs, introduces a dependency to Oracle's JDK 7.  The most recent Mac OS X made the Oracle JDK 7 installer fail.  I have
to do the following to work around the issue:

1) Assume you have installed the latest Oracle JDK 7.
2) Edit .bash_profile or .profile in your home directory.  In the file, fix the JAVA_HOME and PATH variables like such,

Code Block
languagebash
export JAVA_HOME='/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home'
export PATH=/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/bin:$PATH