Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Java on the 9210

0 replies · 1,366 views · Started 06 June 2004

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