Hi All,
I'm writing my first application in i-mode. My application works fine and connects to the network OK, when I run it from the iapptool. I want to run my application using a command-line command directly (like you can with Sun's WTK for J2ME). After a lot of searches and tries, I got to the following command:
doja.exe -i MyApp.jam
this works fine, except when trying to connect to the network. When using the iapptool, you can set the adfUrl in the .properties file of the project. When running via command-line, I found no way of pointing the doja to my .properties file, or any other way of telling the emulator what is my adfUrl.
Is there a way to do it? If not, is there a way around it?
Thanks.