Hi all,
I am trying to run this java example in Eclipse Mars-2, but it doesn't pass the first method.
private void processCmdLineParameters(String[] args) throws Exception {
for (int i=0;i<cmdLineParameterNames.length;i++) {
cmdLineParameters.put(cmdLineParameterNames[i], "");
}
for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.