Given:

public class foo {

public static void main(String[] args) {

System.out.prin tln(System.getP roperty("\n" +"***"+ "customProperty "));

}

}



...how do I set customProperty ?

The build.propertie s file, the arguments tab in the run menu, and the Environment tab in the run menu are obviously incorrect,...