To define a System Property
Introduction
The configure item 'property' is used to define a System Property like "option -D", for example:
property hello.string=Hello World
This is equivalent to:
option -Dhello.string=Hello World
You can use a placeholder to refer to environment variable:
property path.string=$PATH
Configure Assistant
Configure Assistant can help to edit System Properties.
- See Step 7: Finished page for usage of Configure Assistant.
Add new comment