Questions tagged [j2mepolish]

J2ME Polish is a suite of tools and technologies for Java ME development

J2ME Polish is a suite of tools and technologies for mobile Java and cross-platform development.

Features include:

  • Lush: A UI toolkit.
  • Janus: A toolset for porting to different handsets and transcoding J2ME application to a Blackberry or Android.
  • Touch: Technology for accessing server side content and communicating with remote parties.
  • Trunk: A persistence solution.
  • Marjory: community maintained device database.

155 questions
1
vote
1 answer

J2ME Mp3 player - playing mp3 files in loop

Hi any one knows how to play list of mp3 files in a loop automatically in J2ME? Please share code if u have...
Achsah
  • 543
  • 4
  • 16
1
vote
1 answer

Choice Group behavior - select element upon hover in J2ME polish

The current implementation of ChoiceGroup (view-type: verticalfixed) has three states: unselected, hover, selected. When using this component on a phone with a keypad, UP and DOWN key events hover the individual choice group elements and FIRE would…
Kiran Kuppa
  • 1,457
  • 10
  • 18
1
vote
1 answer

TextEdit/TextBox onKey events in J2me

I'm developing (or trying to) a J2ME application. I need to be able to handle onKeyEvents (keyDown/keyPressed/keyUp...) in TextEdit/TextBoxes, but I've learned that such thing is not possible in J2me, at least not in a simple way as in Java/Android…
Oscar Valdez Esquea
  • 890
  • 1
  • 11
  • 26
1
vote
1 answer

j2me is it possible to make an image appear later?

is it possible to make an image to appear 5 seconds later once the app has started? i want to make the rain appear and drop once the cloud get to the center of the emulator. I'm not sure if its in the canvas or Midlet?
antz
  • 11
  • 1
1
vote
0 answers

No Class Defined Error In J2Me

I developed an app in j2me which is working fine in default emulator. I added 3rd party library in this app but I'm facing a problem when I try to deploy it in device(Mobiles) . I get an error of Undefined Exception. Please help me to solve it.
Tufan
  • 2,789
  • 4
  • 34
  • 52
1
vote
2 answers

What is difference between J2ME and J2ME Polish

I did j2me program...now i need convert to j2me polish...how to do it..
1
vote
1 answer

J2ME Polish - Unable to execute J2ME Polish task: java.lang.IllegalArgumentException: The property [dir.dist] is not defined in input [${dir.dist}]

I am trying to get a J2ME Polish sample project up and running, but am struggling. I am using Netbeans 8.0.2 with the J2ME Polish plugin. When I try to create a J2ME Polish project (File > New Project > Java ME > J2ME Polish Project), the New…
ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253
1
vote
1 answer

How to run a unit testing in J2ME Midlet Project

Good Evening. Can i ask some questions in J2ME ? 1. How to run a unit test in a J2ME Midlet Project using JMunit, J2MEUnit, Unit Test ? 2. How to run the unit test of your Application in the Emulator . By the way, I'm Karl, i am a newbie developer…
Bebeto
  • 49
  • 9
1
vote
0 answers

String.substring(index) has stopped my thread in debug mode

I work with j2me polish 2.0.7, in eclipse 3.4.2, with wtk2.5.2_01. I create control which draws text: normal, bold, and italic. The code below is parsing raw text, and search for * and _ symbols, if found than add to draw vector the text and the…
Arkaha
  • 1,582
  • 3
  • 17
  • 19
1
vote
1 answer

J2ME "notifyDestroyed()" is not working properly on Nokia 501

I am writing a game using J2ME. I am having a problem in notifyDestroyed() method. When I exit the game from main menu it shows me exit confirmation screen I created, when I say yes by pressing LSK (Left Soft Key) where I have called the…
Prachi Joshi
  • 355
  • 1
  • 7
  • 20
1
vote
2 answers

Disabling on screen keyboard

I'm working on a j2me application and i'm using j2me polish. when i deploy the application on any touch screen devices like Nokia N97 / Samsung Omnia the on-screen keyboard comes by default. I need to go to the installed applications and disable it…
JV.
  • 21
  • 3
1
vote
0 answers

How to connect to Server on Desktop from mobile app developed in J2ME via socket connection on a port?

I have developed a mobile app using J2ME which uses socket connection to connect to Server running on a laptop. I have used Wireless Toolkit 2.5.2 software to test the app. Communication between server and mobile app is working fine. But when i…
Vamshi
  • 13
  • 6
1
vote
0 answers

Read Excel file in J2ME and get data from it

I am very new to j2me. in my project i have to get data from excel sheet. but i didn't get any solution from google yet, i want to know how to read excel file in j2me and get data from excel file. please help me out. Thanks in advance.
Shah
  • 76
  • 4
1
vote
1 answer

J2MEPolish cannot compile example application

I want to compile J2ME Polish example application "Blank" for "Nokia/Series60E3" device. I get a compile error. What am I doing wrong? It seems there is accessed private property of parent object, therefore it cannot be compiled. If I try to…
1
vote
0 answers

J2ME Polish: Targeting Android, BlackBerry, and J2ME devices

I’m working on an app which is required to run on multiple different platforms. The original code is written in J2ME (Java ME). The documentation online regarding using J2ME Polish for targeting multiple platforms is scarce and difficult to…
Bataleon
  • 3,194
  • 3
  • 21
  • 26