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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ A suitable version of ruby (MRI ruby > 2.3 or `jruby-9.1.6.0+`) to download gem.
14
14
15
15
`processing-3.2.3`
16
16
17
-
`jdk1.8.0_102+` 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...
17
+
`jdk1.8.0_111+` 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...
18
18
19
19
### recommended installs (JRubyArt is currently hard-coded to expect them)
20
20
@@ -38,9 +38,9 @@ template: bare
38
38
39
39
```bash
40
40
gem install jruby_art
41
-
k9 --install # installs jruby-complete-9.1.5.0 and downloads and installs samples to ~/k9_samples
41
+
k9 --install # installs jruby-complete-9.1.6.0 and downloads and installs samples to ~/k9_samples
42
42
cd ~/k9_samples/contributed
43
-
k9 --run jwishy.rb # if you have jruby-9.1.5.0 installed or config `JRUBY: false`
43
+
k9 --run jwishy.rb # if you have jruby-9.1.6.0 installed or config `JRUBY: false`
44
44
# to use jruby-complete set `JRUBY: false` in config
0 commit comments