elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
781 stars 321 forks source link

Eclipse Mars launch of MiniGUI fails #86

Closed frewenta closed 3 years ago

frewenta commented 3 years ago

I followed the eclipse configuration for Elki and console indicates build was successful But when I try to run ELKI MiniGUI from Run Configurations it fails with:

An internal error occurred during: "Launching ELKI MiniGUI". Model not available for elki

kno10 commented 3 years ago

Why are you still using Eclipse Mars from 2015? Please use a recent Eclipse, which has improved Gradle build support. That is probably causing your problem.

frewenta commented 3 years ago

I get the exact same behavior (following instructions at https://elki-project.github.io/dev/eclipse) using a 2021 version of eclipse (downloaded from https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2021-03/R/eclipse-inst-jre-win64.exe&mirror_id=1135)

so doesn't seem like it's an eclipse version/gradle support issue

kno10 commented 3 years ago

Which Java JDK do you have installed? There are known Gradle issues with Java 17, for example.

The error message is known from Eclipse-Gradle problems: https://www.google.com/search?q=%22Model+not+available+for%22

kno10 commented 3 years ago

Apparently you have resolved the issue somehow. Can you let us know how, in case someone else has the same error? Thank you.