tags:

views:

12

answers:

1

How do i make .class files, that i created using java, run on an s60 phone

+1  A: 

If you used Java ME it should work if you made a jar/jad file. However there are reasons why it could not be working see nokia for more info

Redlab
I used jdk1.6.0.......
Rishabh
aha! For mobile dev you should use a Java ME version. Try to convert your project to ME, set an Java ME on the classpath in your IDE instead of jdk6.0 and fix any incompatibilities and it should work.
Redlab