import static org.joox.JOOX.*: - The import cannot be resolved

221 Views Asked by At

It's rather a simple problem (I'm a beginner).

I'm using Eclipse. I just don't know why it won't work to import JOOX.

I browsed and tried changing the JRE/JDK, it didn't help though.

I'd be thankful for any help!

3

There are 3 best solutions below

0
EsotericVoid On BEST ANSWER

You need to add the library to your project, have a look here.

1
Goran Ceko On

There are 2 options in order to solve this:

  1. Download JOOX.jar and add it to your project (drag&drop,copy/paste) and add it to the Build path of your project or
  2. Add JOOX maven dependency to pom.xml file

You can find JOOX library here

0
JavaLearner On

I think you haven't added joox-1.1.0.jar or any latest jar for joox . please try to add particluar jar in build path and try i hope it will work.