0

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!

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Raphael
  • 13
  • 2

3 Answers3

1

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

EsotericVoid
  • 2,306
  • 2
  • 16
  • 25
0

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

Goran Ceko
  • 41
  • 1
  • 7
0

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.

JavaLearner
  • 215
  • 3
  • 8