Hi,
please let me know how can I make the following program on my NOKIA 9210 runable witout any changes.
class Hello {
public static void main (String args[]) {
System.out.println (�Hello world�);
}
}
I work with ESHELL on the 9210 Under Windows ME I do:
javac Hello.java
java Hello
So, it would be very great if you could tell me how I can run (compile) the above program on my 9210.
Thanks for all.
Greetings Rick