@@ -154,7 +154,7 @@ <h3 class="section-heading">Co-Engineering platform for robots</h3>
154154
155155 < h2 class ="section-heading text-center "> BowlerStudio Release</ h2 >
156156 < h4 class ="section-heading text-center "> BowlerStudio Minium
157- Spec: 64 bit 2.2ghz Quad Core w/ 16GB (32GB RAM recommended) ram,
157+ Spec: 64 bit 2.2ghz Quad Core w/ 4GB (8GB RAM recommended) ram,
158158 OpenGL3.0+ and 512mb disk space</ h4 >
159159
160160 < h2 class ="section-heading text-center "> Choose your Installer</ h2 >
@@ -238,7 +238,7 @@ <h2 class="section-heading text-center">
238238
239239 </ h2 >
240240 < h4 class ="section-heading text-center "> Kernel Minium Spec: 4B
241- RAM, Java 8 , and JavaFX u60+ (x86, x64 and ARMv6 Hf supported)</ h4 >
241+ RAM, Java 17 , and JavaFX u60+ (x86, x64 and ARMv6 Hf supported)</ h4 >
242242
243243 < h2 class ="section-heading text-center ">
244244 < a class ="btn btn-default text-center " href ="<%=@item[:kernelJAR]%> "
@@ -257,11 +257,7 @@ <h2 class="lead text-center">Rasberry Pi Instructions (Kernel
257257 < pre class ="bash ">
258258
259259 < code >
260- sudo apt update
261- sudo apt-get install openjdk-8-jdk openjdk-8-jre-headless
262- export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")
263- wget https://chriswhocodes.com/downloads/openjfx-8u60-sdk-overlay-linux-armv6hf.zip
264- sudo unzip openjfx-8u60-sdk-overlay-linux-armv6hf.zip -d $JAVA_HOME/../
260+ sudo apt install openjdk-17-jdk -y
265261 wget < %=@item[:kernelJAR]%>
266262 # for a REPL
267263 java -jar < %=@item[:kernelJAROnly]%> -r
0 commit comments