Bonjour !
Je rencontre un problème que je n’arrive pas à résoudre, et mes recherches sur Google n’ont rien données.
J’ai télécharger Eclipse, Java, JDK et LibGDX.
J’ai tout installé, puis j’ai lancer LibGDX.jar pour créer un projet LibGDX.
Edit : J’ai aussi installé Gradle.
Mais quand je clique sur "Generate", j’ai ce message :
Generating app in /Users/romainsimon/Documents/Java/Projets/test
Executing ’/Users/romainsimon/Documents/Java/Projets/test/gradlew clean –no-daemon eclipse afterEclipseImport’FAILURE: Build failed with an exception.
What went wrong:
Could not determine java version from ’9.0.1’.Try:
Run with –stacktrace option to get the stack trace. Run with –info or –debug option to get more log output.
Done!
To import in Eclipse: File -> Import -> General -> Existing Projects into Workspace
To import to Intellij IDEA: File -> Open -> YourProject.ipr
Du coup, mon projet n’est pas entièrement généré.
Comment faire ?
Merci !