...
- You must not modify the contents of xplatform.lic or it will be rendered invalid and will fail to validate.
- License enforcement is performed when using most libraries distributed with the platform. A failure to find a valid license file will result in System.exit(1) being called, which will terminate the JVM.
- Precedence of locating a license file is as follows where the first license found is used:
- xplatform.lic located in the folder specified by System.getenv('NVLICLOCATION')
- xplatform.lic located in the folder specified by System.getenv('nv.lic.location')
- xplatform.lic located in the folder specified by System.getenv('nv_lic_location')
- xplatform.lic located in the folder specified by System.getProperty('NVLICLOCATION')
- xplatform.lic located in the folder specified by System.getProperty('nv.lic.location')
- xplatform.lic located in the folder specified by System.getProperty('nv_lic_location')
- xplatform.lic located in the user's home folder (given by System.getProperty("user.home"))
- '/xplatform.lic' on the application classpath
- A license bundled elsewhere on the classpath bundled with a neeve jar such as robinat a different path specific to a jar provided by neeve.
Debugging License Resolution
...