microedition.io probleb
From: stud (matko.klaic_at_foi.hr)
Date: 10/14/04
- Next message: Raymond DeCampo: "Re: Newbie-How to set classpath in Manifest.MF ??"
- Previous message: VJ: "Newbie-How to set classpath in Manifest.MF ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 14 Oct 2004 22:17:01 +0200
I'm trying to compile this code;
import java.io.*;
import java.util.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
public class Connection
implements HttpPosterListener
{
private final String proxyUrl;
private final HttpPoster poster;
private DBListener listener = null;
.........etc.
every time I get an error messagr like this;
package javax.microedition.io does not exist
package javax.microdition.lcdui does not.....
how & where can I obtain this classes?
- Next message: Raymond DeCampo: "Re: Newbie-How to set classpath in Manifest.MF ??"
- Previous message: VJ: "Newbie-How to set classpath in Manifest.MF ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|