I don't know how to fix this problem... Will you help me please?
I get this exeption: Exception in thread "main" java.lang.NoClassDefFoundError: etc.
My code is:
package mainsrc;
import com.gargoylesoftware.htmlunit.WebClient;
public void search () throws Exception {
WebClient wb = new WebClient (); }