Hi All,
Can we run or develop apps for iPhone in Java?
Actually I am a bit confused...
Please bear with me,have a look to these links and answer:-
LINK 1
LINK 2
LINK 3
This is an Open discussion.
All ideas are appreciated.
Thank You All.
...
how can i integrate J2ME polish with eclipse
i try both the way but not get success in integrate plz reply asps
...
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?
...
Hi all,
I'm developing an GPS based application with J2ME and J2ME polish(2.1.2), i'm facing problems for accessing the location class. I'm getting the following exception
Exception in thread "event-thread" java.lang.UnsatisfiedLinkError: aa.a(I)V
Nokia/N95: at aa.a(Native Method)
Nokia/N95: at ae.<clinit>(Unknown Sour...
Hi ,
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 everytime i install the applicaton. Is there any way by adding some property in the ...
Menu pops up , when the menu button is clicked.
The first menu in the list is selected or highlighted
Then , on clicking the menu again, the selected menu is clicked , instead of expected behaviour of menu going down
Why does this happen ?
Scenerios tested
In J2MEPolish 2.1.4 and 2.1.2, this behaviour is seen, but in J2MEPolish 2.0.7 ...
Hello!
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 drawer, and it's just stops after getting second time to the line 58:
String test =...
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() {
// use a platform-specific request to dial
MyMidletThingummy.getInstance().platfor...
Hi All,
I want to find out list of mobile devices in the world on which I can run J2ME applications.
Thanks,
Rajnikant
...
I have J2ME code, which I want to be able to compile using the J2ME Polish preprocessor or the wtkpreprocessor (antenna). They mostly use the same directives so it usually works, but ...
When I want to insert an URL value in the Java code this gives a problem.
In Antenna the code would look like this:
//#ifdef my.url
//# System.ou...
Hello,
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 id available to the j2me app.
However, I am now using j2me polish to compile my p...
Hi all,
I m doing a commercial j2me project in which I need some good Gui like tabbed pane and auto complete text boxes and I need a constant look and feel across all handsets so anyone having idea what gui tool used for commercial apps. I found j2me polish and LWUIT but I m confused which is preferred in j2me commercial apps.
Regards
...
Hello All,
I did j2me program...now i need convert to j2me polish...how to do it..
...
Hi
I 've integrated J2ME polish with Eclipse on Ubuntu. My projects get properly built when I do ant build on Its build.xml. Proper .jad and .jar files get created in dist folder of project. Now Tell me what I need to do further to run the .jad or jad file from eclipse.
Thanks
...
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 a.()I.
Disabling obfuscator doesn't help.
The same obfuscated or non-obfuscated jar works fine wi...
Hi All,
I am from Bangalore-India. I have developed few J2ME applications that involves client/server interaction through HTTP connection.
I am testing my application on both the leading operators of the country- Airtel and Vodafone. My Midlet works fine with S60rd edition and S40 2nd edition(6030) phone. but as soon as i switch to S40...
Hi , i make bitmap font with j2mepolish font editor , is it possible to use this bitmap font on LWUIT ?
how ?
thanks
...
Hi
I would like to be able to add a non-selectable element to a list within a j2me screen. At the moment any item that I add to the List can be navigated to on the screen, such that it is selected and is surrounded by a black border.
Is possible to add an element to a List which cannot be selected in this way?
Can this be achieved th...