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
2
votes
2 answers

Java: exception NoSuchMethodError: No such method a.()I

I'm developing a j2me application - it works fine on emulator and on most phones, but on 2 Nokia devices (both with h/w java acceleration in ARM CPU) I have this error while launching the midlet: java/lang/NoSuchMethodError: No such method…
Jarek
  • 235
  • 2
  • 12
2
votes
1 answer

How can I include information to my android application post compilation?

Currently I supply a user with a URL to click on to download my j2me application. This URL includes their user id as a parameter, a servlet takes this information and dynamically creates a jad file that includes this user id , thus making the user…
Caroline
  • 1,582
  • 3
  • 16
  • 30
2
votes
1 answer

How do I stop displaying a J2ME MIDP application, just before destroying it?

I have a J2ME application where the user has the option to dial a phone number from within the application. This should be the last thing the user does with the app, so it should stop displaying anything. My current code: public void callAndExit()…
PotatoEngineer
  • 1,572
  • 3
  • 20
  • 26
2
votes
2 answers

How to Reduce the Dimension of an Image (1600x1200 to 640 x 480 or less than of that dimension) to display using snapShot in J2ME

This code is use for displaying an image in a Thumbnail format. And i got a problem (Out of Memory) when an image contain a dimension of 1600 x 1200 up. I'm using Series 40 and Series 60 J2ME Phones. Kindly help me of my problem, Thanks. Here is My…
Bebeto
  • 49
  • 9
2
votes
0 answers

How to insert a table ( Html code) into a Java servlet

I am trying to Select data from a Table Clients, and display it using a servlet in the form of an HTML table. The problem I face is in the display of the table, the cells in each row do not match with the cells from the next row in width, how can it…
user2161721
  • 164
  • 1
  • 2
  • 11
2
votes
1 answer

class file for java.util.Map not found

I got this error class file for java.util.Map not found on this line of code: JSONObject json = new JSONObject(jsonString); I am developing a J2ME project with J2ME polish 2.4, using the json-1.0.jar library. The project was working not until I…
Sunday Okpokor
  • 721
  • 6
  • 18
2
votes
1 answer

Multiple icon comes in j2me application with multiple midlet

I am developing j2me application in that application i have three midlets. One is main midlet and another two is for starting auto services. I am starting auto services (other two midlet) with main midlet with help of PushRegistry. So my question is…
Yogesh Patel
  • 63
  • 1
  • 6
2
votes
1 answer

I want to return the response from here in j2me

I want to return the response from here using a progress pane so that i can show a Loading dialog. The code is working fine but sometimes i am not able to get the response from here. The Code Snippet is: public class Connection { StringBuffer…
Mohit Mathur
  • 679
  • 8
  • 15
2
votes
1 answer

Configure the size of the icon at J2ME Polish

How can I configure the size of the icon to fit correctly on the multiple mobile devices? Based on the J2ME Polish documentation, I'm using the following resources folder structure: IconSize.15x15\icon.png IconSize.16x16\icon.png ... But it's no…
Diogo Cardoso
  • 21,637
  • 26
  • 100
  • 138
2
votes
3 answers

How to install an application which size is bigger than 1MB on s40 device?

I am developing a J2ME application. Its size is 1.5MB. When I try to install it using Nokia PC Suite, this error appears " the application cannot be installed to the phone the file size is too big". How may I install this application or any way to…
Sara Houssein
  • 47
  • 2
  • 7
2
votes
3 answers

nokia error code 217 - jar manifest end of line

I have developed a J2ME application with J2ME Polish. Nokia now validate contents that will be submitted to the store, the challenge is that during validation of my JAR and JAD files, I get Error 217 - The JAR manifest does not end with a new…
Sunday Okpokor
  • 721
  • 6
  • 18
2
votes
3 answers

Alternate way for setting permissions for J2me application

Currently I am using jad to set the http and Bluetooth permissions. But I have a problem with this approach. Some of the handsets does not have support for bluetooth API, so the phone is not allowing the installation of the application as it does…
vinod
  • 558
  • 5
  • 10
1
vote
0 answers

How to execute J2ME polish app in nokia sdk 1.1 emulator

I was trying to execute a J2Me Polish app with the emulator that came with my nokia sdk 1.1 and got this error message C:\Users\Jade\J2ME-Polish2.3\Projects\FirstHello\nbproject\build-impl.xml:782: Execution failed with error code 1. and on line…
Sunday Okpokor
  • 721
  • 6
  • 18
1
vote
1 answer

how to use properties file in J2ME?

I am not able to build my application via Ant build.xml file when I am using Properties file in my app. Can anyone tell me how to use properties file in j2me? eg ApplicationConfig.properties file
happy
  • 2,550
  • 17
  • 64
  • 109
1
vote
1 answer

Arabic letters on samsung J2ME polish app are disassembled

I'm using J2ME polish to develop an app on two samsung devices, the app supports arabic language. On Samsung star wifi, the app works fine, but on a device like samsung GT-S3653 all letters appears dis-assembled any help will be highly…
1
2
3
10 11