You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These scripts are produced by the Gradle application plugin. The plugin places the scripts in the build/scripts folder temporarily before the distribution is assembled in build/install/JDime. This causes your first problem.
You need to call the JDime script from the build/install/JDime/bin folder. The script will then setup the classpath correctly and the second problem will not occur. Make sure to use Java 8 for running JDime.
I tried to follow the instructions for running JDime after building it.
The JDime script does not appear at the location stated in
README.md
. See #23.Running
build/scripts/JDime
yieldsI edited
build/scripts/JDime
by hand to changebuild/lib/JDime.jar
tobuild/libs/JDime.jar
.Then, running
build/scripts/JDime
yieldsThe text was updated successfully, but these errors were encountered: