Hello,
I am using Netbeans 5 ( release candidate 2 ) and I am trying to add the HTTPClient library found at
HTTPClient.
I have a JDialog which uses this library but all references to HTTPClient objects are not working. NB highlights them saying "Package HTTPClient does not exist". This is after I have run "Fix Imports" and after adding HTTPClient as a library object to NB's Libraries folder in the Project view.
I made the library object by downloading the HTTPClient zip, unzipping it into a folder called 'HTTPClient', then making a new library called 'HTTPClient' in NB, then pointing the;
classpath to C:\Documents and Settings\Darren\My Documents\3rd Party Java Libraries\HTTPClient
source to C:\Documents and Settings\Darren\My Documents\3rd Party Java Libraries\HTTPClient
javadoc to C:\Documents and Settings\Darren\My Documents\3rd Party Java Libraries\HTTPClient\doc
Can anyone who uses Netbeans please help me get this library to work as I am clearly doing something wrong.
I have got HTTPClient to work within BlueJ by simply pointing it at C:\Documents and Settings\Darren\My Documents\3rd Party Java Libraries\HTTPClient and using import HTTPClient.*;
Thank you.
Darren