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: _building/building.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ title: Building ruby-processing projects
5
5
6
6
# Tools of the Trade
7
7
8
-
You will need to install jdk12, maven (apache-maven-3.5+), jruby-9.2.11.0+, and have access to processing jogl jars. Note we prefer a local install of [minitest][minitest] for testing.
8
+
You will need to install jdk11+, maven (apache-maven-3.8.3+), jruby-9.3.0.0+, and have access to processing jogl jars. Note we prefer a local install of [minitest][minitest] for testing.
9
9
10
10
# How to build ruby-processing projects
11
11
12
-
Install the processing so you can access the processing hacked jogl jars, unfortunately you will need to do this until the processing guys (mainly Ben Fry) see the light and convert vanilla processing to use a maven build. Do this for any other jars you require that are not available from maven central.
12
+
You will need to get the latest version of JOGL (currently JOGL-2.4 as a release candidate)
The development version of vanilla processing is using this version and I think it is a good choice, however to confuse matters it comes in several flavours. Vanilla processing is using the variant with a `hotspot` jvm, which is a good starting point. The ruby-processing group will be pleased to hear about anyone experimenting with the `OpenJ9` jvm.
22
22
@@ -34,6 +34,6 @@ The development version of vanilla processing is using this version and I think
34
34
35
35
### OpenJ9 jdk12+
36
36
37
-
Is an excellent alternative (jdk14 version has been tested on linux)
37
+
Is an excellent alternative (jdk16 version has been tested on linux)
38
38
39
39
Use the latest versions of PiCrate, propane and JRubyArt to avoid reflective access warnings (you may need to define JAVA_HOME to get rid off the JRuby warnings).
Copy file name to clipboardExpand all lines: _jruby/JRubyArt.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ permalink: /jruby/JRubyArt/
6
6
7
7
# Recommended JRuby Install For JRubyArt
8
8
9
-
The preferred JRubyArt setup requires that you do a system install of JRuby. You should install java before attempting to install JRuby. Install at least version 9.2.11.1.
9
+
The preferred JRubyArt setup requires that you do a system install of JRuby. You should install java before attempting to install JRuby. Install at least version 9.3.0.0.
0 commit comments