J2ME deployment tutorial Follow
Is there a J2ME deployment tutorial that covers issues like packaging, preverifying, signing, and potentially some hints on actually loading the files onto the device? Are there any sample ant files that cover this?
I am reading thru docs and articles and almost everything refers to WTK and NB. Since I completely developed the app in Selena - would rather do it there than having to switch back-n-forth between environments.
Please sign in to leave a comment.
Hello Vinay,
As far as I know there are different manuals for different vendors e.g. Nokia.
If you want some abstract how tos then they will refer to WTK as sample implementation.
There is help on J2ME in IDEA ...
What do you want to find?
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I will go thru the help and find more info. The kind of things I am looking for are a check list for deploying the app especially
-packaging (jar/jad - what to look for and confirm between meta.mf and jad file etc.)
- preverification - how to do that using Selena
- self signing - how to do that using Selena
thanks
Hello Vinay,
It depends on devices.
Preverification is one of the compilation steps. It is impossible to invoke
it separately.
It is not supported.
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
so I am assuming that the preverification is done automatically when I build the project. Is that correct?
thanks
Hello Vinay,
Exactly.
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
There is a really cool tutorial for J2ME development for newbies at www.j2mesalsa.com/elearning/index.html. this tutorail gives you know how for building your MIDP app.