Make sure you have run build FIRST.
Download This specific version of Eclipse
https://github.com/CommonWealthRobotics/ExternalEditorsBowlerStudio/releases
Import The Source
Select gradel and press next
Enter where you downloaded the sources in the build step and press next
DO NOT press finish
Override workspace settings and set the Java Home to where the build script put the JVM
Now hit finish
If you import and the build has build errors like this, you may have not yet configured eclipse
Go to Window->Preferences
Go to the Java->Installed JREs
Click Add... and select Standard VM and press next
Enter the directory where the build script extracted the JVM and hit finish.
Set the JVM you added as default and delete any others
Go to Java->Compiler->Errors/Warnings->Deprecated and Restricted and set Forbidden Reference to ignore
got to Java->Compiler->Building->Build Path Problems and set incompatible required binaries to Ignore
Go to Java->Compiler and set Compiler compliance level to 1.8
Right click on this file and Debug as Java Application
Add the following:
-Dprism.dirtyopts=false -Dprism.forceGPU=true -XX:MaxRAMPercentage=95 --add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED --add-exports javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED --add-exports javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED --add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED --add-exports javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.util=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene=ALL-UNNAMED --add-exports javafx.graphics/com.sun.prism=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.geom.transform=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.geom=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.camera=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.geom.transform=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.geom=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.camera=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED
to Debug->Debug Configurations->Java Application -> Cadoodle Main -> Arguments -> VM Arguments
















