Problemas con el SDK 8.2 de Java ME

Zerokkk

Buenas!

Necesito con urgencia tener funcional Java ME en mi equipo para hacer unas pruebas, y por tanto, necesito una interfaz de usuario. Generalmente, en todas las guías apuntan al paquete javax.microedition.lcdui para esto, incluso para algo tan simple como sacar un hola mundo, pero yo no lo tengo en mi plataforma:

¿Será que ya no se utiliza el paquete lcdui, sino el lui o algo por el estilo? Es que francamente, me llevo matado bastante a buscar información y siempre encuentro guías que utilizan el lcdui.

¿Alguna idea?

Un saludo.

E

#1 no llegas tarde ni na, 10 años xDDDDDDDDDD

This JSR [for IMP-NG] will define a J2ME profile targeting embedded networked devices that wish to support a Java runtime environment similar to the Mobile Information Device Profile (MIDP) version 2.0, but that do not provide the graphical display capabilities required by MIDP 2.0.

The Information Module Profile - Next Generation (IMP-NG) will be a strict subset of MIDP 2.0, where at least the APIs relating to GUI functionality (the LCDUI) are removed. Functionality not already present in MIDP 2.0 is not anticipated or desired. "

https://jcp.org/en/jsr/detail?id=228

Pero bue, hay soluciones, usa este jar lo añades al proyecto y ya sabes, añadirlo a la hora de compilar. http://www.java2s.com/Code/Jar/m/Downloadmidp21jar.htm

1 1 respuesta
Zerokkk

#2 Lo comencé a hacer XD pero ahora tengo otro problema, y es que me sale un error brutísimo. Utilizo el EmbeddedDevice1 que viene por defecto, y cuando trato de utilizar el setcontent() al objeto Display, peta por todos lados y salen errores "undefined" xDDDDD.

Me cago en la real puta y más en quien me mandó aprender esta mierda.

1 respuesta
E

#3 undefined de métodos? la librería te debe de estar sobreescribiendo algo :/

Usuarios habituales

  • elraro
  • Zerokkk