0

When trying to build/run my program i get an error with a dependency:

"Exception in thread "main" java.lang.Error: Unresolved compilation problems: The import com.jidesoft cannot be resolved"

How do i properly include it in Eclipse?

Error Screenshot

1
  • Formatted Error Commented May 18, 2018 at 12:47

1 Answer 1

0

I solved it by download an external jar and adding it to the path via project properties. Another solution is to create a maven project and search through the available dependencies for maven.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.