java.lang.NoClassDefFoundError: javax.bluetooth.UUID
I developed a Game to run into Palm T3.
The games is running, but now Im trying to add Bluetooth to this Game.
When I run my app in the Palm i get the erro bellow:
java.lang.NoClassDefFoundError: javax.bluetooth.UUID
at DamasMidlet.<clinit>(Unknown Source)
at java.lang.Class.initializeImpl(Native Method)
at java.lang.Class.initialize(Unknown Source)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.microedition.lcdui.AppManager.launch(Unknown Source)
at javax.microedition.lcdui.AppManager.main(Unknown Source)
I saw many pp in the forum with the same problem, but dont saw the solution for the problem.
Tks

