XGBoost and Eclipse

Good afternoon !

I’m new to XGBoost, but experienced in Java, Spark, and Eclipse. I am attempting something I thought would be simple - add XGBoost dependencies my “pom.xml” in Eclipse, then re-build, and start using XGBoost from Java.

However, when I add the XGBoost dependencies, I still am unable to resolve XGBoost4J classes in Eclipse. Since there are native libraries involved, do I need to download or build XGBoost binaries and then add them as native code dependencies ?

Any advice appreciated !

Chuck Mosher