java -DImport=data.txt App
The problem is when I try to save the data.txt into a string I get an error
Code:
String file = System.getProperty(Import);
Error:
Cannot find symbol
Symbol: Variable Import
Locatin: String file = System.getProperty(Import);
Edited by xXHalfSliceXx, 30 October 2009 - 04:09 PM.


Sign In
Create Account

Back to top









