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

Debugging in J2ME Polish

How to debug the J2ME Polish MIDlet? How can I show the logs which are generated?
dhaiwat
  • 1,731
  • 4
  • 16
  • 16
1
vote
2 answers

How to Install j2me polish with Eclipse?

How can I integrate J2ME Polish with Eclipse? I tried many ways but did not get any success.
Dhaiwat
1
vote
1 answer

Image List J2ME

Hi i want to show image list with string in j2me and below is my code public ListImage() { try { for (int i = 0; i < 2; i++) img[i] = Image.createImage("/res/flag_" + i + ".png"); } catch (Exception e) { …
Siddhpura Amit
  • 14,534
  • 16
  • 91
  • 150
1
vote
1 answer

Why this Java code by clicking on button NUM0-9 doesn't print out the character?

Why this Java code by clicking on button NUM0-9 doesn't print out the character? Code: switch(this.getGameAction(keyCode)){ case Canvas.KEY_NUM2: System.out.println('A'); break; case…
1
vote
0 answers

zayit.exe appcrash when trying to open an HttpConnection

I am facing a problem while trying to open an HttpConnection in my J2ME app. I am running the app using the emulator but when it comes to the line of code to open the HttpConnection as: HttpConnection connection =…
1
vote
1 answer

deploying j2me application on old handsets

I was to develop a simple j2me application for microworks. The application is to send sms. But I found that most of the mobile phone they carry are very simple and even some of them don't have Bluetooth, infrared, browser. How to make it work…
user98239820
  • 1,411
  • 2
  • 16
  • 30
1
vote
1 answer

j2me polish PIM List

I have made an app for j2me Mobile, now I wanted to give it polish effects for which I copied Build.xml and resources folder and the issues were solved, but my project uses javax.microedition.pim.Contact; and I have written my whole code using that…
Saqib
  • 1,120
  • 5
  • 22
  • 40
1
vote
1 answer

Back to previous page in j2me with lwuit using Command

In my project I am going to on one List then clicking on the item of that List going to new Form there is another List on which by clicking going to next Form. These Forms are not different Forms, they are in a single Form but they are added in a…
5extremers
  • 66
  • 2
  • 10
1
vote
0 answers

HttpConnection sending another request after 30 sec

I'm writing one application in which I'm sending post request to server. The problem is that Nokia S40 series phone sends 2 request if it doesn't get response within 30 sec. I have checked the same with s60 series phone in my app is working…
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
0
votes
1 answer

module not found, j2me polish blackberry project

I am using J2ME polish to build a project for blackberry packaging the project, I try to run it on a blackberry simulator, but the following error message appears: Error starting myapp: module myapp-10 not found how can i solve this ? Thanks.
0
votes
1 answer

Porting j2me application to android platform

I have developed j2me application. Now am porting that application for android platform. I have downloaded android sdk and configured android.home in build.xml. Then I issued ant emulator I am getting following error. [j2mepolish] J2ME Polish…
Pavunkumar
  • 5,147
  • 14
  • 43
  • 69
0
votes
2 answers

J2ME App Install by Network

I develop on J2ME test App, I can install in my old nokia using Bluetooth, IR, Cable. But there is any way of sending this App using SMS or other network based protocol?
Pedro
  • 2,907
  • 6
  • 34
  • 46
0
votes
1 answer

how to compile ResourceBundle class using build.xml file

I have developed J2ME application. When I try to compile my application via build.xml file I get below error "D:\sakina\TTMF_Project\TTMFMobileClient\src\ConfigurationUtil.java:3: cannot find symbol [javac] symbol : class ResourceBundle …
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

List widget is invisible in BlackBerry

Below is the snippet of my code for blackberry device. It is a list widget with 3 items.The problem is when i run it ,only title is visible in my blackberry simulator the 3 items are invisible.This UI is based on j2me polish.Am I missing something…
Edward
  • 1,367
  • 8
  • 26
  • 43
0
votes
2 answers

Setting Midlet Icon using J2ME-Polish

I'm using J2ME Polish version 2.0.7 together with ant to build my Midlet application. In order to specifcy the main-class, name and icon of the application, the J2ME Polish documentation suggests that I use the midlet element inside the build…
takete.dk
  • 2,705
  • 1
  • 19
  • 12