can not resolvejavax.microedition.lcdui.game

HI!!

I am new to programming in J2ME. I am going thru a set of examples and have run into a problem when trying to use the Game API. Specifically I am not able to resolve any of the Package javax.microedition.lcdui.game.

I am able to resolve all the other javax.microedition.lcdui Classes.

I am using Sun's Wireless Tool Kit 2.2 with the newest patch.

Any help would be appriciated.

WAYNEL

[427 byte] By [waynela] at [2007-10-2 5:15:26]
# 1
what is the error message ?Can u user javax.microedition.midiet ?Try to use netbeans / eclipse for developing tools...
DetectiveOfLovea at 2007-7-16 1:17:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
HI!!I am using Eclipse 3.1 with EclipseME 1.2.1. and the latest Java 1.5.0.0.5. I can resolve javax.microedition.midlet. with no problem. I have developed a number of Midlets so far but the problem seems to be with the Game API.WAYNEL
waynela at 2007-7-16 1:17:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
HI!!I figured it out. The problem is that there is no Game API in MIDP 1.0.I needed to set the Wireless platform definition to MIDP 2.0WAYNEL
waynela at 2007-7-16 1:17:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...