The SetProperty CLI command allows you to set the value of any property associated with any sensor.
Example 2.4, “Invoking the HackyInstaller CLI SetProperty command” illustrates an invocation of the HackyInstaller CLI to set an example property.
Example 2.4. Invoking the HackyInstaller CLI SetProperty command
C:\>java -jar hackyInstaller.jar -SetProperty ENABLE_ECLIPSE_SENSOR true Rhino classes (js.jar) not found - Javascript disabled The ENABLE_ECLIPSE_SENSOR property has been saved. Success C:\>
In the event that this property is not known to be associated with a sensor, an error message will be returned. To see the list of valid property names, run the HackyInstaller CLI Help command as documented in Section 2.20, “HackyInstaller CLI: Help”.