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