Release Automation

Nolio KB: Configure the location of the local ".nolio" directory

  • 1.  Nolio KB: Configure the location of the local ".nolio" directory

    Posted Mar 02, 2014 10:54 AM

    The ".nolio" directory is created by default under the user profile home directory (usually C:\Users\%user name%\.nolio). 

    However, a user might like to reconfigure this location. 

    In order to do this, the user should follow these steps to manually set the system variable inside the JVM:

    1. Save the Nolio JNLP file. 

    2. Run the JNLP file from the command line with these parameters:

    javaws -J-Dnolio.app.temp.dir="C:\temp" "C:\asap.jnlp"

    3. Perform this every time you open Nolio to maintain your new ".nolio" location. 

     

    *** In this example, "C:\temp" is the new location of the ".nolio" folder and "C:\asap.jnlp" is where the JNLP file was saved. Change these locations as suits your needs.