I have installed Netbeans 6.9 Java SE version. I have then added the plugin \'Mobility\'. Now although I see the wizard for creating Java ME applications, it stops at the following stage:
I have written a simple midlet that invokes itself after a socket connection from a server program. I am using Push Registry to do this. It works fine on all the test phones I have immediately after i
I am going to make application on j2me using canvas. I want to take textbox or textfield on my canv开发者_StackOverflow社区as.You can draw a basic textbox and display a string , and when it receives f
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have a problem setting up my maven j2me project th开发者_JAVA百科at I created in Eclipse. I have the WTK 2.5.2 & SDK 3.0 installed and associated with Eclipse.
I wrote a simple j2me app for order tracking using Netbeans 6.8. The app allows the user to insert a new order, and search for orders by their order id. The app consists of just a single Midlet and th
import javax.microedition.lcdui.*; import javax.microedition.midlet.*; public class SlideImage extends MIDlet{
We are developing a J2ME application and sometimes we face constraints while working with the default lcdui library. Whenever we want some extra in the UI, the开发者_StackOverflow中文版 only option is
Is there a universal way we can retrieve CellID in J2ME or what\'s the usual standar开发者_开发问答d practice to get those information ?Getting the Cellid is still limited by mobile phone platform, Si
I have a REST API written in PHP located on Apache server.It takes as a parameter a file (15KB). When I call this API from J2ME application it does work fine. Moreover when I wrote a API client in C#