Click here to Skip to main content
15,896,063 members
Everything / Programming Languages / Java / Java SE / J2ME

J2ME

J2ME

Great Reads

by Ponnurangam D
BlackBerry Java application development using Visual Studio.
by MiamiCoder
How to create a real-world BlackBerry application.
by paladin_t
Use Twiggery as JavaME Game Scripting Language
by Fadi Hania
This is a J2ME beginner article that describes how to add different J2ME components to your application especially StringItems and Commands.

Latest Articles

by Duong Ba Hong Minh
In this article I want to give a solution to work with an Oracle database has a large number of Columns
by XPG Live
This is a continuation of the How To series. The first post is here.
by Ravimal Bandara
An efficient algorithm for encode 7-bit characters to 6 or 5 bits to reduce the size of a string
by Amit Kumar Dutta
Discusses a technique to record current geographic location from mobile and display in web pages (with Location History Browsing)

All Articles

Sort by Title

J2ME 

13 Jun 2011 by ShriniW
I am doing sms application which sends the data from the form and data is received as comma seperated in the form of sms on the other device .it works fine with emulator but gives error as "End Point in use" when i run the application on device.If any solution suggest me.
4 Jul 2012 by hutabarat
Hi, everyone...I have a big problem to solve my task in Java Programming, specially on J2ME.I can not find any solution until now about how to make an mobile GIS (Geographic Information System) application on Java Language (J2ME). I use Eclipse IDE but I can call spatial data...
4 Jul 2012 by TorstenH.
*.SHP are ESRI Shape Files[^]. Simple said: These are vector based maps.I would take a look here: OpenMap API[^]And if possible - I can recommend to use a high level API like the one from Luciad Maps[^] which gives you a kick start. But that one has to be paid.
10 Feb 2010 by culini
somebody can help me? i try to build sms compressor for my thesis. the program is running and i can compress the message i input, but something strange happen, the message i compress, the program counts 66 char for 1 page... i have built the simple program just for sending and receiving text...
10 Feb 2010 by Nagy Vilmos
Os the value of isiSms 160 chars at the start or has it already been reduced? There really is nothing in the code you've provided, but I'll give some general tips:Make sure your message handling and compression / decompression are seperated.The outbound flow should be compress the text,...
18 Jun 2011 by Amit Kumar Dutta
Discusses a technique to record current geographic location from mobile and display in web pages (with Location History Browsing)
10 Jul 2011 by Ravimal Bandara
An efficient algorithm for encode 7-bit characters to 6 or 5 bits to reduce the size of a string
22 Jan 2010 by vibezrox
We are going to design a mobile app which can used to control the desktop by connecting PC and Mobile phone via bluetooth or GPRS.( opening folders, type, move items ) Can we do this ? What are programing languages we can use ?? is this project enough for 5 members in scope of 1 year ??? plz...
22 Jan 2010 by Jimmanuel
vibezrox wrote:Can we do this ?Yes.vibezrox wrote:What are programing languages we can use ??That depends on exactly what you're requirements are. Probably C++, C# or Java will be able to do whatever you want.vibezrox wrote:is this project enough for 5 members in scope of 1 year...
22 Jan 2010 by vibezrox
Thankz JimmanuelActually we are still undergraduate students..so can any one prefer a method to do this project??
22 Aug 2010 by Peter_in_2780
You are probably running into limits of your particular device, rather than Java language limits. For example, String.length() returns an int, so you can theoretically have a String of (2^31 - 1) characters (which is 4GB in size). I don't know of any J2ME devices that have that much RAM...
18 Feb 2010 by indraveer
:) we tried using sunjava sdk tool kit but it gave error for mon-included package javax etc. we tried the same code on many other toolkits as well but it didn't worked. so kindly help :)
22 Feb 2010 by Abi Bellamkonda
Sending SMS is provided by SMS gateways like www.clickatell.com and others. We have used clickatell on numerous projects & its is great. Comming to you solution, you want to send sms from a mobile to mobile? Does that mean you can send an SMS from my mobile to your mobile from the application? I...
27 Feb 2010 by morteza rahimi
For example:I can be the number one student. To score my system response :(( :(( :(( :((
16 Aug 2010 by Ajith K Nair
I am a final year computer engg. student. I have selected the topic:Adaptive routing using ad hoc1)Multipath source routing2)Ant colony optimization.Can anyone help me by giving me some idea about which one would be most effective and simple?
17 Nov 2012 by HRVP
How to add Kannada fonts in J2ME Application?IF it is Netbeans or Elicpse..If we create one mobile application to display 'Hello World' in the virtual mobile that should display in Kannada font. How to do that.. Any one can explain pls..
17 Nov 2012 by hasson4u2
hi for all members my name is Husaien Alhaj Ahmade am Syrian and i want to help me in my Academic Project---------------i want to creat a mobile application using J2ME programming language and this application used to compress sms befor send it and when it receive on the destination the...
17 Nov 2012 by Mehdi Gholam
Start here : http://en.wikipedia.org/wiki/Data_compression[^]http://www.ccs.neu.edu/home/jnl22/oldsite/cshonor/jeff.html[^]
7 Apr 2011 by n.naveen kumar
i will create for amr api then how to wav converter this amr application give the one sample application code. thanks
7 Apr 2011 by HimanshuJoshi
You can use FFMPEG library for that. Check here[^] for more documentation and samples.
6 Jul 2012 by Sandeep Mewara
It does not work like this here.Here is what is expected of enquirers:1. TRY first what you want to do! You may find that it's not that hard.2. Formulate what was done by you that looks like an issue/not working. Try them and tell if you face issues.Members will be more than happy...
24 Mar 2011 by Saranya Natesan
hi , am new to android mobile application development.am using eclipse IDE using j2me to develop my application.plz suggest some e-books and website for android mobile application development.
24 Mar 2011 by #realJSOP
I googled "android development getting started", and got back over 2 MILLION results.The first link: http://developer.android.com/guide/index.html[^]Just in case typing the search phrase I used is too much for you to handle, here's a link to all of the search...
24 Mar 2011 by Guyverthree
The first place to start is on the android website as John Simmons said They have a guide there to help you through the simple hello world application and a few others...http://developer.android.com/resources/tutorials/hello-world.html[^]This will make sure that you have Setup...
24 Mar 2011 by sam_ckp
Hi,Go thru below link, u will find all the material for android development.http://www.vogella.de/articles/Android/article.htmlhttp://www.ibm.com/developerworks/opensource/library/os-android-devel/[^]
24 Jan 2011 by satyabrat subudhi
I have an opportunity to join as a Android Trainee but i don't know the future of Android Technology.Can any one help me?
24 Jan 2011 by Dylan Morley
Just google 'future of Android Technology', lots of articles discussing all the different points of...
6 Mar 2011 by sam_ckp
hi Android is the future technology for mobile applications.see link http://techcrunch.com/2010/03/01/android-market-gets-a-13000-per-month-success-story-of-its-own/[^]
26 Mar 2012 by sajan064
actually my aap can show the txt file in table and in another run it doesnt show ?how this happen?help help!!!
4 Jun 2009 by daniel_at_work
Stratagies for managing application properties in Java
29 Nov 2011 by Omparkash
Actually I am new to j2me n java I have a button and i wish to set text and image on that but i wish that text is displayed at center and image displyed at right alignment this is necessary please tell me the method very soon thanks n regards
29 Nov 2011 by TorstenH.
- make a button- apply a text- apply an imagethat's it. the push button (which you're probably going for) is capable to have a text and an image.How to Use Buttons, Check Boxes, and Radio Buttons @ the java tutorials on oracle.com[^]
2 Jan 2013 by anup kumar
I have to access Asp.net version 4.0 services through j2me Application, MIDP-2.0. Same J2me code can able to access Asp.net version 2.0 services. I am not able to figure out what and where i have to make changes in my J2me code. Googled a lot for this but didn't get any solution. I need your...
2 Jan 2013 by anup kumar
Made changes in URL and I got my issue solved. Url was like "http://anup.abc.com/mService/someService.asmx"replaced the same with "http://121.211.23.123/mService/someService.asmx" and got the output.
3 May 2010 by Christian Graus
If you have a question, you shluld ask it. The rudeness of posting something as brief as what you did, does not really deserve a response.
16 Jul 2009 by Dmitry Brant
Renders the Mandelbrot Set on your mobile device, with panning and zooming
28 Sep 2010 by Vishal D Kolekar
Hi,tell me the best algorithm for encryptionI want to encrypt sms of my mobile as it is part of my project.I am going to use public-private key techniqe....tell me for that which will be the best algorithm.As I want to encrypt the message for which I will create a one jar file so it...
28 Sep 2010 by DaveAuld
At the end of the day, the exact choice of algorithm is down to you.First you will need to look at the Java Encryption names spaces to see which asymmetric algo's it supports. You will then need to look at each of those to ensure it is supported on your chosen platform.You will then need...
26 Mar 2012 by sajan064
what i wan 2 do is ?i want to show the text file data into table how can i do it ?plz help !!!!
6 Aug 2009 by Piyushkp
http://www.cs.ucsb.edu/~ebelding/txt/infocom06.pdf
9 Jun 2012 by Streamsolutions_A
i m currently working on the a blackberry app. that retrieve data from the database when searched for on the blackberry smartphone.pls i need useful idea to implement this using j2me
10 Jun 2012 by Tim Corey
This is a fairly broad question, so I'm going to have to give you just a broad an answer:http://www.java-samples.com/j2me/[^]If you have specific questions as you walk through your applications, please feel free to ask them as new questions.
22 Feb 2009 by Ponnurangam D
BlackBerry Java application development using Visual Studio.
14 Mar 2009 by Chris Grimes
Shows how to create C++ property accessors that support C#-like syntax
29 Apr 2010 by dolly.india13
Help me...can anybody send me source code of number plate recognition...??
28 Mar 2010 by Christian Graus
No - you should talk to your teacher and let them know you have no idea how to do your project, or tell your client that you were trying to rob them and give their deposit back.This is a complex task, that you even think that a forum reply could solve this issue is an indication of how wrong...
28 Mar 2010 by dolly.india13
I'm not here to rob i really tried but time duration is very less...i even tried to pay for job people they couldnt.. :( and these things i'm doing is for 1st time..wat to do i'm helpless
28 Mar 2010 by Richard MacCutchan
Nobody has a number plate recognition system lying around that they can send you. Systems like this take many man hours and large amounts of money to produce. I hope you haven't offered to do this for your local police force.
28 Mar 2010 by Dalek Dave
Please send me about £200,000 and allow me several months and I will hire a team and get something knocked out for you.
28 Mar 2010 by Christian Graus
"I'm not here to rob i really tried but time duration is very less...i even tried to pay for job people they couldnt.. and these things i'm doing is for 1st time..wat to do i'm helpless"I understand what your situation is. What you need to do, tho, is tell your client you lied to them. ...
30 Mar 2010 by dolly.india13
hold on i'm student and actually i'm in need of doing a prototype in my coll..i got it how to do in outside world...i learnt how 2be when i complete my studies..thanks a lot people:thumbsup:..
30 Mar 2010 by dolly.india13
and thanks a lot Christian Graus.. :)
29 Apr 2010 by SnaKeBeD
dolly,It looks like you have no idea what you want. See, its really a big project. You have to do lot of post processing and pre processing to do this. In the end you have to train all the fonts and the language in to your OCR neural network to recognize a new Number plate. This is a...
13 Jun 2010 by rafa45
Google ANPR, for example:JavaANPR is open sourceSimpleLPR is shareware
17 Sep 2012 by AmanArora1987
Is there any book or any text material to learn animation in Blackberry. or any good suggestions for the same topic..Thanks in Advance
17 Sep 2012 by Joan M
Take a look at this link: http://docs.blackberry.com/en/developers/deliverables/17967/[^]And that other one: Animation in blackberry[^].:thumbsdown: for the 0 effort.
1 Aug 2013 by AmanArora1987
Hi All,I want to convert 30/7/2013 into date or in long. Is it possible?Thanks & Regards
1 Aug 2013 by Joezer BH
Hi, See the following thread:Blackberry Java String to date conversion[^]Cheers, Edo
1 Aug 2013 by ridoy
See..http://supportforums.blackberry.com/t5/Java-Development/Convert-String-to-date/td-p/1659611[^]http://stackoverflow.com/questions/1211324/blackberry-java-string-to-date-conversion[^]
4 Aug 2010 by halabella
all links point on this:while((c = is.read()) != -1) { // do something with the response}but this conception seems like wrong, because this loop is ENDLESS, I also tried to send by server "-1" after response - not helped. I confused.[Just trying to receive a response from the server]
4 Aug 2010 by Yusuf
well -1 is not that same as "-1". What are you reading? What does is.read() return when it reaches EOF? that is what you want to look for.
4 Aug 2010 by halabella
What does is.read() return when it reaches EOF?is.read() returns 255 when string was ended, but:- while((c = is.read()) != 255) { // do something with the response}is not a good solution.I think the single way is to transfer by server LENGTH of string, and then, the string.
10 Aug 2012 by khaled377
I need to design a chat application on s40 device using j2mePolish. I want to have chat bubbles to display chat messages. How do I achieve this? Is there any good tutorial ?Please help.Thanks in advance
24 Mar 2010 by vasuy06
plz send the above information imm..
24 Mar 2010 by Richard MacCutchan
Please ask a sensible question. Did you notice the title of this forum? It's "Quick Answers", not "Ask and it shall be given"?
23 Mar 2011 by Vishal D Kolekar
please suggest me algorithm for compression in J2ME application which will capable of any JAVA based mobile.This algorithm can perform encryption if possible but compression is needed.Vishal
23 Mar 2011 by Manfred Rudolf Bihy
GZIP compatible compression for J2ME can be found here as a JAR file and also in source code: http://code.google.com/p/staff/downloads/list?q=jazzlib[^].Happy coding!
18 May 2013 by Member 10061169
help me please, my project (Computer control by mobile phone via Bluetooth ) en j2me
23 Oct 2012 by AkshiD
I have a J2ME Application in which i have four image buttons.While Focus on Each Image Button i want to show String showing name of image and the previous image Buttom must get changed with the new Image Icon.As there is no direct method of Tootip in J2ME,so will you please tell me how to...
23 Nov 2012 by Member 8388026
what is the config need to be done when gps is been installed on a mobile .what externals jar files need to be added with that files.
31 Oct 2008 by sacoskun
Simple examples on how to use the kSOAP library to invoke Web Service methods which are defined on .NET.
7 Jun 2011 by zeeshanakhter2009
i am try to convert speech into audio .wav, .au file. and make call on numbers and send that speech into audio converted file as caller speech plz guide me how i do that[edit]Urgency deleted: It may be urgent to you, but it isn't to us. All that your stressing the urgency does is to make us...
7 Jun 2011 by TorstenH.
Let me google that for you[^]Can't be that hard. Just don't use the facebook-search.regardsTorsten
7 Jun 2011 by Ed Nutting
What you asking for is something pretty complex and at the leading edge of computing. Text to speech and speech to text, though it has been done reasonably now, it still sounds very synthetic and the world is always trying to improve this stuff. You should probably have tried Google'ing this...
5 Sep 2011 by zeeshanakhter2009
http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/TechOverview.html
5 Feb 2009 by Han Bo Sun
An article on how to create a simple web service using JBossWS, how to deploy and test
17 Jun 2009 by becker666
Extend a field to make into a chart/plot field
25 Oct 2010 by halabella
double w;w = 1280/170// = 7.0Why not 7.5 ?
25 Oct 2010 by #realJSOP
Try it this way:double w = 12780d / 170d;When you do math with doubles, you have to use doubles in the expression.
13 Mar 2012 by Ajay Bharath
How to connect netbeans with ms access using j2me?Thanks
13 Mar 2012 by Peter_in_2780
You can't. J2ME is a subset of Java to build MIDlets that run on things like mobile phones ("feature phones", not "smartphones"). It does not support MySQL connection. It has its own simple persistent storage system known as RMS (Record Management System). You can develop lots of things in...
30 Sep 2013 by Sagar Pudi
How to create a database application using j2me?how to establish the connection between mysql and j2me can any one provide code here..Thanks in Advance.Sagar PudiB.Tech CseJntuk vizianagaram campus
11 Mar 2012 by Ajay Bharath
How to connect netbeans with MySQL?How to connect netbeans with Apache Tomat?It's urgent.... Plz help meThanks
11 Mar 2012 by Abhinav S
http://connect...
3 Jun 2012 by anak_goblok
Hi guys, I have some problem with J2ME, the problem is,When using simulator in netbeans, saving date field to database is successfull, but when I instal it in my phone(nokia E-63) the date that saved into database not the 1 that I inputed in the date field, here my code part for date field...
3 Jun 2012 by Peter_in_2780
Try setting the timezoneprivate DateField currentDate= new DateField("Date :", DateField.DATE, TimeZone.getTimeZone(name of your timezone));Peter
17 Apr 2009 by Matt Stine
Deploying Grails with Groovy
23 Jan 2012 by Omparkash
HelloI am new to Android and I have completed my J2ME application (CIH)Control in Hand actually now I wish to port it on Android 4.0,4.0.3 in which main screen works like a list that show currently active device that connected now pl tell me some one that how i can port it to Android i bind...
2 Dec 2013 by Member 10439493
what is lcdui stand for i want exact meaning of using itwhy we use protected void for all the abstract methods of midlet?
2 Dec 2013 by Richard MacCutchan
See https://www.google.com/search?q=what+is+lcdui[^]. You can probably find the second answer for yourself.
24 Feb 2010 by vibezrox
Any one know how to develop a Mobile dictionary by using j2ME ?I'm new to J2ME and i want to know how can i create a mobile dictionary which works with Unicodes.( cz im from sri lanka and i want to develop a dictionary wish converts English to meaning of my local language )Please if you...
24 Feb 2010 by Christian Graus
A dictionary is just a lookup table. I assume you'd store it in a database, with two columns, word and meaning.
24 Feb 2010 by vibezrox
Thanks Christian Grausbut do you know how to Include local languages ( Unicodes )and if i start this can u give me little help to build J2ME app cz im new to it
17 Mar 2013 by shchiku
Can anyone help me to check whether the device is color or not ?