|
Mr. wsaryada,Thank you for you giving me some advices about the problem of @valname@.
It is no question , this must be the ant compiling parameters, I am a junior for java coding. if I use ant utilities to build java programm even a very simple one just like "Hello world"(only have a input and output) the hello.java is writtinig like this:
class Hello {
public static void main(String args[]){
String inVal = @inputVal@;
System.out.println("This is the ant built reflect:"+inVal);
}
}
How can i use Eclipse to built the program with the ant utilities?
Would you mind giving me some advices about this?(my target is wo remove the syntex error in Eclipse IDE , and make it runnable )
|