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
A clean start for `jruby_art` based on [processing-3.0 beta](https://github.com/processing/processing/releases) and [jruby-9.0.0.0](http://blog.jruby.org/2015/07/jruby_9000/) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing- 2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0).
5
+
A clean start for `jruby_art` based on [processing-3.0 beta](https://github.com/processing/processing/releases) and [jruby-9.0.1.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing- 2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0).
6
6
## Requirements
7
7
8
-
A suitable version of ruby (MRI ruby > 2.1 or `jruby-9.0.0.0` to download gem.
8
+
A suitable version of ruby (MRI ruby > 2.1 or `jruby-9.0.1.0` to download gem.
9
9
10
10
`processing-3.0b5+`
11
11
12
-
`jdk1.8.0_51+` can be openjdk with OpenJFX _a separate download works on ArchLinux_ probably safer to go with the Oracle version, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
12
+
`jdk1.8.0_60+` can be openjdk with OpenJFX _a separate download works on ArchLinux_ probably safer to go with the Oracle version, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
13
13
14
14
### recommended installs (JRubyArt is currently hard-coded to expect them)
0 commit comments