linucs
07-15-2004, 02:44 AM
hei all
I have this package hierarchy
project
-GetLeft
-core
-DwnldManager.class
-pw
http
-HttpClass.class-
-HTTPClient
- HTTPConnection.class
-HTTPResponse.class
import project.GetLeft.core.DwnldManager is given inside HttpClass.
I compiled this in command mode.
error is
package project.GetLeft.core.downloadmanager does not exists
Why is it so??
Also i couldnt import HTTPClient.* inside HttpClass even after setting Classpath to project.pw.http_protocolwrapper.
Help me plz
I have this package hierarchy
project
-GetLeft
-core
-DwnldManager.class
-pw
http
-HttpClass.class-
-HTTPClient
- HTTPConnection.class
-HTTPResponse.class
import project.GetLeft.core.DwnldManager is given inside HttpClass.
I compiled this in command mode.
error is
package project.GetLeft.core.downloadmanager does not exists
Why is it so??
Also i couldnt import HTTPClient.* inside HttpClass even after setting Classpath to project.pw.http_protocolwrapper.
Help me plz