I’m trying to run LambdaTest’s sample Java repo for Selenium but receiving an error that says: “java: package org.apache.http.util” does not exist. Could you suggest a solution?
Hi Alex Walker,
This looks to be a dependency issue and to resolve this, please install - (for windows)> apache-maven-3.8.6-bin.zip from this page. Then add MAVEN_HOME in your system’s variables under your windows advance settings >> add the /bin folder path from apache-maven-3.8.6-bin that you just downloaded. Hope this would help resolve your issue.