Click to See Complete Forum and Search --> : Classpath Query


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

wsa1971
07-15-2004, 03:32 AM
Hi linucs,

What is the actual package statement in your DwnldManager.java file?