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

J2ME Polish Application icon defaulting

I have a problem in a J2ME Polish app where basically we have 2 icons showing for the app (the menu icon and the in-app icon that shows up top). If I compile with a single icon and set it in the build.xml file it loads it to both sides, although…
Gonçalo Vieira
  • 2,249
  • 2
  • 19
  • 39
15
votes
9 answers

Can we run Java applications on iPhone?

Can we run or develop apps for iPhone in Java? Have a look to these links and…
SocialCircus
  • 2,110
  • 6
  • 24
  • 35
7
votes
1 answer

Are there any benchmarks on J2MEPolish converting a J2ME app to Android?

J2ME Polish claims to support porting of existing J2ME applications to Android. Has anyone tested the quality of such a port. How reliable is it?
Prabhu R
  • 13,836
  • 21
  • 78
  • 112
4
votes
2 answers

how to create popup window when pressing numeric keys in sun java wireless toolkit 2.5.2?

I want to create popup window in sun java wireless toolkit when pressing numeric keys on Mobile. I don't know whether it is possible or do need to use some additional technologies for that? And also I want to draw some strings on the popup…
Saravanan
  • 11,372
  • 43
  • 143
  • 213
4
votes
0 answers

blackberry supports j2me polish classes?

Do blackberry supports j2me polish classes because when i use it with blackberry api;s in my application it shows me following error of the in built classes of the j2me polish C:\Program…
happy
  • 2,550
  • 17
  • 64
  • 109
4
votes
2 answers

Lwuit vs j2me-polish? and What is the advantages of LWUIT with respect to J2ME-Polish?

Now, we plan for developing a mobile application using j2me. For UI, we go for a framework like LWUIT,J2me-polish,etc. Finally we decide for LWUIT or J2me-polish. My choice is LWUIT and my colligues choice is J2ME-Polish We want to choose anyone…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
3
votes
0 answers

How to automate keystrokes for Blackberry J2ME Application?

I am trying to do automation testing over a blackberry application written using J2ME over MIDlet architecture. I have an application already running on blackberry devices. I am writing my TestApp (written again in J2ME) over existing App. (i.e.,…
Vijay V
  • 31
  • 1
3
votes
1 answer

Root is not accessible in j2me exception

FileConnection fc = (FileConnection)Connector.open("file:///C:/products.dat",Connector.READ_WRITE); if(!fc.exists()) { fc.create(); OutputStream os=fc.openOutputStream(); byte[] b=response.toString().getBytes(); os.write(b); …
Nancy Jain
  • 204
  • 1
  • 7
3
votes
2 answers

Read and write RMS in j2me

I am doing a game in J2ME . I want save data level and score in RMS .This is my code This is class RMSData : public class RMSData { private static RecordStore rs = null; static final String REC_STORE = "ReadWriteRMS"; public static void…
Khiem Khiem
  • 107
  • 3
  • 8
2
votes
1 answer

preverify:ERROR: floating-point constants should not appear, while running the code in j2me using netbeans 6.9

all I am making a new project in J2ME-Polish2.1.4 and when I create a new project using J2ME-Polish2.1.4, the build is successful but when i run this code then I see the error about floating-point constants with more details below. How to recover…
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24
2
votes
3 answers

Problems using the acos function in J2ME in eclipse

"I'm working with J2ME in eclipse, and need to use the method acos() belongs to the Math package, the question is that the package available for J2ME Math is not that function (limitations of mobiles), then I want an algorithm or method alternative…
franvergara66
  • 10,524
  • 20
  • 59
  • 101
2
votes
1 answer

j2ME Polish Getting to know if the Device is touch-enabled

my question for today is: Is there a way for me to detect if a cellphone is touch capable by code on J2ME? Or even J2ME Polish? Thanks for your replies.
Gonçalo Vieira
  • 2,249
  • 2
  • 19
  • 39
2
votes
2 answers

How should make the TextField width is same as screen width in j2me polish?

I create a midlet, inside that midlet I placed a Form (javax.microedition.lcdui.Form). Inside that form I placed a TextField (javax.microedition.lcdui.TextField). I want to make the width of textfield is same as form's width.
sivakumar
  • 21
  • 2
2
votes
2 answers

Can I use eclipse to write j2me code?

please guys, before I download eclipse, is it possible to use it to compile j2me code, or it is used only for android applications? I am finding netbeans difficult to work with and I was wondering if eclipse was easier. I am new, I need help to…
learnerNo1
  • 147
  • 1
  • 5
  • 23
2
votes
1 answer

J2me -Polish ---Problem related to create and build the project

I am beginner of j2me-polish.I had installed j2me-polish2.1.4.As per the steps shown in below link:- http://www.j2mepolish.org/cms/leftsection/documentation/installation/ide-integration/netbeans/installation.html After installing it,I tried to…
ios developer
  • 3,363
  • 3
  • 51
  • 111
1
2 3
10 11