Whoa, that's twisted. Could you post the relevant code in context? I bet it's a typo. ------------------ Michael Ernest, co-author of: The Complete Java 2 Certification Study Guide
Make visible what, without you, might perhaps never have been seen. - Robert Bresson
Bill Ceglia
Ranch Hand
Joined: Dec 13, 2001
Posts: 30
posted
0
Below are the imports and specifically the java.net.* package I'm trying to include. I don't have any code written using that package because I continually get this error. package com.mot.j2me.midlets.celltrack; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import javax.microedition.io.*; import java.net.*; import java.io.*; // for Input/OutputStream
Originally posted by Michael Ernest: Whoa, that's twisted. Could you post the relevant code in context? I bet it's a typo.