BiggusGeekus
That's Latin for "cool"
Given:
public class bar {
/**
* The program main.
*/
public static void main(String[] args) {
System.out.println(System.getProperty("\n" +"***"+ "foo"));
}
}
How do I set "foo" to pretty much anything other than null in eclipse? The build.properties file, the arguments tab in the run menu, and the Environment tab in the run menu all show me no love.
I feel stoopid.
public class bar {
/**
* The program main.
*/
public static void main(String[] args) {
System.out.println(System.getProperty("\n" +"***"+ "foo"));
}
}
How do I set "foo" to pretty much anything other than null in eclipse? The build.properties file, the arguments tab in the run menu, and the Environment tab in the run menu all show me no love.
I feel stoopid.