Ok, I tried again and now is allrigth (The real problem was the buildfile of ant: I don't understood how is work, and I had some problem with compilation). Now me and my tutor started the project based on JSE, I hope to be able to have your support during the development (I do not master still the syntax of the JSE)
Thank
Luca
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would want to know if using the macro "when" of JSE is possible to write the following program java:
public class test{
public static void main(String[] args){
when(args[0] != null)
System.out.println("My name is " + args[0]);
}
}
This should work - have you tried it? The 'when' macro is like an 'if' with no 'else'.
Ok, I tried again and now is allrigth (The real problem was the buildfile of ant: I don't understood how is work, and I had some problem with compilation). Now me and my tutor started the project based on JSE, I hope to be able to have your support during the development (I do not master still the syntax of the JSE)
Thank
Luca