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
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A suitable version of ruby (MRI ruby > 2.1 or `jruby-9.0.3.0+` to download gem.
12
12
13
13
`processing-3.0.2`
14
14
15
-
`jdk1.8.0_74+` 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...
15
+
`jdk1.8.0_77+` can be openjdk with OpenJFX _a separate download works on ArchLinux_, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
16
16
17
17
### recommended installs (JRubyArt is currently hard-coded to expect them)
18
18
@@ -25,7 +25,7 @@ Config file is `config.yml` in the `~/.jruby_art folder` so can co-exist with a
25
25
26
26
```yaml
27
27
# YAML configuration file for jruby_art
28
-
# K9_HOME: "/home/ruby2.2.0 ... /jruby_art" #windows users may need to set this
28
+
# K9_HOME: "/home/ruby2.3.0 ... /jruby_art" #windows users may need to set this
29
29
PROCESSING_ROOT: /home/tux/processing-3.0.2
30
30
# important sketch_book path may be different for processing-3.0
0 commit comments