Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am new to Java ME and I want to build a software for mobile any Idea from where should I start..

Thanks in advance
Posted

1 solution

I is too easy friend :) . you just need an IDE (I prefer netBeans 6.5.1)
and create a new project and choose J2ME
after that you can edit your front end
like addint text box, buttons.
After that you build (F11) your project it will create a
[projectname].jar
file in the build sub folder in project directory.
you just copy this jar file to your java supporting mobilr device and run it from your mobile's file system..
if getting some problem then feel free to ask..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900