Nomad PIM
Frequently Asked Questions
As of December 12th, 2009, the development of Nomad PIM has been discontinued

I have multiple Java versions installed. How do I specify which JRE is used?

If you have JRE 1.5.0 installed, but it is not the default VM, then there are at least the following possibilities:

  • Change the default VM to Java 5
  • Specify the VM to launch an Eclipse RCP Application. Example:
    nomadpim.exe -vm "C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe"
  • Create a symbolic link with the name "jre" in the Nomad PIM directory that points to the Java 5 JRE (Linux/MacOSX only). Example:
    cd nomadpim
    ln -s /opt/sun-jdk-1.5.0.03/jre .
          

I am using Linux. How do I start Nomad PIM?

You have to change the execution rights of the file name "nomadpim" to make it executeable. Example:

chmod 755 nomadpim
Afterwards, you can execute that file and start Nomad PIM.

I am using Mac OS X. How do I start Nomad PIM?

You have to change the execution rights of the file "nomadpim" in the "nomadpim.app" package to make it executeable. This can be done in the "Terminal". Example:

chmod 755 nomadpim/nomadpim.app/Contents/MacOS/nomadpim
Afterwards, you can start Nomad PIM by double clicking "nomadpim.app".

I have a problem using Nomad PIM and there is no answer in this FAQ.

Please take a look at the user support page.