Using J2ME

Hi all,Im a beginner at using J2ME and i need help in installing the packages. After downloading and installing Wireless Toolkit 2.5, im still unable to import the microedition packages. What exactly do I need to do to get this going?Thanks.
[262 byte] By [red_devila] at [2007-11-26 18:06:58]
# 1

It should work, if not try re-installing JDK,J2ME in a this squence only.

Import should be only like this only

import javax.microedition.midlet.*;

import javax.microedition.lcdui.*;

import javax.microedition.io.*;

Cheers,

Rohan Chandane

RohanChandanea at 2007-7-9 5:38:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
i recommend you to work with an IDE (eclipse and eclipseME or Netbeans).it will helpfull to develop J2ME projects...
suparenoa at 2007-7-9 5:38:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...