jme

Java Micro Edition (JME) SDK for Mac OS X or Linux

The question is clear from the title. Is there an SDK for the Java Micro Edition available for Mac OS X or Linux? Or does one need Windows XP to develop JME applications? ...

Is it possible for JME app to modify default form on your mobile?

Hi all, I have been asked to find out if its possible to modify the default screen on a mobile phone with jme. Basically the screen that the phone shows when its on but doing nothing but which usually shows the network and nearest tower info. My understanding of JME is that this is not possible. One would have to use symbian for this ...

Obtaining the camera rotation in radians on the X, Y, and Z axis in OpenGL?

Hi, I'm trying to obtain the camera rotation on various axis in OpenGL (but using Java, LWJGL, and jME specifically). The camera object allows me to get the direction as a Vector3f, but this doesn't seem to work to get the componentised rotation; each axis appears tied to another axis. I found that toAngleAxis with the angle component wi...

Consume REST service with JME (or J2ME)

Hello, I need some help getting started with this. I need to know how to call the REST service and parse the xml. My php script only sends back some xmlcode, nothing else.(no wsdl or uddi) The platform for the Nokia 5800 is S60 third edition.(that one will apply) The Nokia sdk go's by the same name. I installed Netbeans for this pro...

What is the best speech recognition library for Java Micro Edition?

What is the best speech recognition library for jme? ...

how to install nokiA emulator in sun java me ide?

how to install nokiA emulator in sun java me ide? ...

Does a LDAP library exist for JME?

Hi all, I would like to know if a LDAP library exists for JME. Does anyone know ? Best regards, Quentin ...

Detecting Nokia E61 Keyboard Layout in J2ME

Hi Everyone, Nokia E61,E71 etc has different variations of keyboard layouts like QWERTY, QWERTZ , AZERTY etc. Is there a way I could detect the current keyboard layout through J2ME? And there is also some funny thing happening, some E61 we tested has QWERTY keypad but is running QWERTZ layout pre-installed. Is anyone aware of such issu...

difference between addig library and .jar file in netbeans ?

i have .jar file of lwuit and its also in there in netbeans library . when i add it as .jar file my proograms runs good and wheni add it as library my outpout is not shown correctly . whats wrong with this ?> ...

php login system ?

What is the best way to make a user-login system using PHP? I want to use same login system to be called by another languages also like midp iphone java Desktop Flex I don't want to use cookies ...

How to run a Maven JME project in netbeans ?

I have created a maven project with j2me-archetype using netbeans. It creates a project with a default MIDLet (SampleMIDlet.java). But when I try to run the project it says that No Main Class Found. Can anyone tell that why it is going for Main class instead of existing Midlet ? ...

is there any difference between JME and J2ME?

Hi, I want to write a code for 3d game and I don't know that I need JME or J2ME,please help me! thanks. ...

In Java Monkey Engine, can you treat a single particle like any other object in the scene graph?

Using the in house particle system for Java Monkey Engine, you generally create a sort of emitter which is a factory that spews out a bunch of particles. Are these particles part of the scenegraph and is there any way to get a handle on an individual particle? The particle system for JME2 isn't very well documented and any insights int...

Is it possible to create a flat terrain in Java Monkey Engine?

As a beginner using the JME engine, I was wondering whether it is possible to create flat terrain? I have played with the TerrainBlock and created a somewhat bumpy terrain using MidPointHeightMap, but can't seem to get it perfectly flat. Thanks in advance. ...

JME-Jbullet physics issue

I'm currently playing with the JME-Jbullet physics engine, and having issues with my terrain. I have 2 flat boxes, one for the floor, and one to act as a ramp. The issue is as follows: With the following code: Box slope = new Box("Slope", new Vector3f(0, -1, 0), 10f, 0f, 15f); PhysicsNode pSlope = new PhysicsNode(slope, CollisionShape...

What is the relationship between MIDP and JME (and Android)?

What is the distinction between MIDP and JME? How do both relate to Android? As far as I understand JME isn't supported on Android - is that correct? Thanks ...

Nine patch library for BlackBerry SDK

Hi, I was searching a way to use nine-patch images in order to handle multiple screen size but I did not find. Do you know if it exists such library ? Regards, Quentin ...

Network IO hangs on BlackBerry OS5

I am having some problems with my network IO code on OS5 of BlackBerry. I keep getting sporadic hangs and eventually TCP timeout exceptions during my IO operations. I am using the 5.0 networking APIs for establishing the connection which works flawlessly every time. The problem is when doing the actual IO. I have a background worker th...

get phone name and model

Hi how can get phone name , model , firmware versioan in application ? thanks ...

how to create layered map in mobile appliaction

Hi all, i have seen mobile application named locago on getjar.com , it has map with many layers i.e. layer for wikipedia . I'd like to know further about how to create map with layers in j2me mobile application ...