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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,12 +126,14 @@ by calling the `assemble` task.
126
126
#### Windows Setup Instructions
127
127
128
128
- Download and install Sloeber Eclipse or an alternative Java IDE of your choice.
129
-
- Install BowlerStudio via the provided installer. This will ensure that the correct JVM is accessible.
129
+
- Install BowlerStudio via the provided installer. This will ensure that the correct JVM is accessible.
130
+
- Enable Clone a Git repository in Eclipse (Window > Show View > Other... > Git > Git Repositories > Clone a Git repository)
130
131
- Clone this repository via HTTPS and use your [GitHub personal access token](https://github.com/settings/tokens).
131
132
- Make sure to enable the option to clone submodules.
132
133
- Set the default JVM in Eclipse to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Java > Installed JREs)
133
-
- In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`.
134
-
- Import the cloned project into Eclipse using gradle.
134
+
- In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Gradle > Jave home)
135
+
- Import the cloned project into Eclipse using gradle. (File > Import... > Gradle > Existing Gradle Project)
136
+
- The path to add can be found in Eclipse by right-clicking the git repo and selecting Copy Path to Clipboard. Remove the /.git from the directory before importing.
0 commit comments