The Java App is used for a number of OpenML components, such as the ARFF parser and Evaluation engine, which depend on the Weka API. It is invoked from the OpenML API by means of a CLI interface.
The class must implement at least one target interface (the service interface). The class must provide a no-args constructor. The class must be public. Compile your code. If you look closely at your ...