jpmml / jpmml-lightgbm

Java library and command-line application for converting LightGBM models to PMML
GNU Affero General Public License v3.0
174 stars 58 forks source link

Error: Could not find or load main class org.jpmml.lightgbm.Main #21

Closed 77QingLiu closed 5 years ago

77QingLiu commented 5 years ago

Error: Could not find or load main class org.jpmml.lightgbm.Main java 1.8 version. don't know why anyone could help with this? very appreciate that. Thanks

vruusmann commented 5 years ago

Download the latest release version here: https://github.com/jpmml/jpmml-lightgbm/releases/download/1.2.6/jpmml-lightgbm-executable-1.2.6.jar

If you uncompress the JAR archive, then you will find an org.jpmml.lightgbm.Main class in there. It means that everything has been packaged and released correctly, and the problem, if any, happens on your side.

77QingLiu commented 5 years ago

@vruusmann thanks, I forget to clone this web site thus enter this issue. I think to add a git clone note in the readme.md will be good. thanks for building such an amazing package.