Je bloque un cran au dessus dans le processus pour configurer le hotswap.
Je n’arrive pas à lancer l’application avec :
$ ./gradlew --no-daemon run --hot --debug-jvm
La console me répond :
:run
Error occurred during initialization of VM
Unable to load native library: La procédure spécifiée est introuvable
:run FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‹ :run ›.
Process ‹ command ‹ C:\Users.…chemin_vers_le_jdk…\openjdk-1.8\bin\java.exe › › finished with non-zero exit value 1
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 36s
121 actionable tasks: 14 executed, 107 up-to-date
Je vais essayer de faire ce qu’il y a d’écrit avec le - -stacktrace.