Hi all,
So, I've finally managed to get .jad files onto my little Razr
phone. I'm using the Sun Java Wireless Toolkit to create CLDC apps (it
creates the .jad, but not the .jar, so I have to jar the .class files
from the command line - go figure). Anyway, my Java settings on my
phone tell me I have CLDC version 1.0 and MIDP version 2.0. So I chose
my target platform in the Wirelss Toolkit to be "JTWI", because that's
the only one that allows me to choose CLDC 1.0. I've made a very basic
"Hello world" program that runs fine on Sun's mobile phone emulator (it
blacks out the screen and prints "Hello world", then exits when you hit
Exit). I can transfer the .jad and .jar files with MIDway, but then my
phone says "Failed: Invalid File" and I can't find any of my files in
the kjava directory with P2KMAN. Where can I find more info about
this? I've tried Google and haven't found anything very helpful.
Thanks,
John