Most voted "java-me" questions
Java ME or J2ME (Java Micro Edition), is a technology that enables the development of software for embedded or embedded systems and applications, that is, all that runs on a device of specific purpose, performing some task that is useful to the device. If the question is not about "Javame", do not use this tag, even if you are using "Javame" in your project.
Learn more…3 questions
Sort by count of
- 
		2 votes1 answer148 views
- 
		1 votes0 answers74 viewsJava ME Emulator does not startI’m trying to start the Java emulator for mobile devices, but when starting it directly from its executable, it presents a black screen. Then, in the system tray, appears the device-manager icon… 
- 
		0 votes1 answer947 viewsSetting an image as a background in JAVA MEHow do I set an image as a background in a JAVA-ME application?! I have no idea how to start this, I’m new to Java. This is the Class that takes care of the graphic part: /* * To change this…