Mac OS X – Find Java Location

Do you need to find out location of Java in your Mac? Its simple: Open Terminal Type the command: /usr/libexec/java_home Hit Enter/Return button If Java is available, then you will …

Mac OS X – Set JAVA_HOME

While running Java applications, sometimes you may have to set JAVA_HOME environment variable. Here are the instructions to quickly set JAVA_HOME on your Mac OS X. Open Terminal To Confirm …

Couchbase – Full Text Search (FTS)

Couchbase Server (A.K.A. Couchbase) is open source, NoSQL, document oriented database that stores JSON documents. Couchbase has recently introduced a new feature – Full Text Search (FTS). This feature is …