Trying to import the "custom" library "Htmlunit" in my project. I use the IDE Netbeans and have done the following:
- Right click "Library"
- Clicked "Add Library"
- Created the Library and added it
I then want to import the jar "htmlunit-2.15" but Netbeans tell me the following:
'.' expected
I have tried the following formatting:
import htmluni-2.15;
import htmlunit-2.15.*;
import Htmlunit;
import Htmlunit.*;
I have read other threads here, but do not understand to the fullest how I accomplish this.