Questions tagged [midlet]

MIDlet is an application that uses the Mobile Information Device Profile (MIDP) of the Connected Limited Device Configuration (CLDC) for the Java ME environment

263 questions
-1
votes
1 answer

Tetris midlet attributes

public static final int SQUARE = 0, LINE = 1, S_FIGURE = 2, Z_FIGURE = 3, RIGHT_ANGLE_FIGURE = 4, LEFT_ANGLE_FIGURE = 5, …
jan
  • 67
  • 1
  • 4
  • 7
-1
votes
1 answer

Is there a way of connecting java midlet to a jsp page?

I want to connect a midlet to a jsp page. Can i do it directly or should i rewrite the code of the jsp nto a servlet?
-1
votes
1 answer

J2ME-WebService

I am working on J2ME-WEBSERVICES to get information from server through SOAP protocol. For this task actually i went through two ways, i) First created Web-service with normal java class in elipse and then created Client project for the web-service…
nagesh
  • 1
-1
votes
2 answers

J2ME Black and White Image Capturing

I want to capture black and white image using j2me i am ok with color image capturing but wants to capture black and white and gray scale iamge where do i set this property in camera canvas??
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
-2
votes
2 answers

J2ME - java.lang.nullPointerException

getting NullPointerException on this part of code, public RunningManCanvas(RunningMan midlet) throws Exception { super(true); System.out.println("ERROR"); theDisplay = Display.getDisplay(midlet); theRunningMan = midlet; //…
mussi89
  • 99
  • 1
  • 3
  • 10
-3
votes
1 answer

install j2me app into nokia5130 mobile

I have develop a small application in midlet. Now i need to install this app into my nokia mobile(5130 xpressmusic).
Nagaraju
  • 1,205
  • 2
  • 11
  • 12
-4
votes
2 answers

Does J2ME support HTML5?

I want to make an application for J2ME phones. In that application I want to use HTML5, how I can do this? I worked on LWUIT. Does LWUIT support HTML5? Or give me any other browser info.
Nilesh
  • 167
  • 3
  • 15
-4
votes
1 answer

how can i open a browser within a midlet to display an HTML webpg?

I'm doing a project on Bluetooth n java. My server program gets the HTML source code of a web page n sends it to the client via BT. The client has to display the corresponding web page in a browser(that displays the webpage n not the HTML code). The…
1 2 3
17
18