Link to home
Start Free TrialLog in
Avatar of chalisas824
chalisas824

asked on

Cannot import java package

Please do advice whether how to import these following libraries:

import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.microedition.media.*;
import java.util.*;
import java.io.*;


on which package or files that I might be using?


Best Regards,
Chalisa S.
ASKER CERTIFIED SOLUTION
Avatar of Siva Prasanna Kumar
Siva Prasanna Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mhvelplund
mhvelplund

In Eclipse, you can press Ctrl-Shift-O to trim the includes so only the classes that you actually use are imported, and import any classes that you reference but haven't imported.
Avatar of chalisas824

ASKER

I did try it, but still didn't work on NetbeanIDE for Alt-Shift-L
It was "Alt+Shift+ i" not "Alt+Shift+ L" :)