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: _java/JRubyArt_propane.md
-8
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,6 @@ This is just another possibility but untested with ruby-processing projects.
33
33
34
34
[Link](https://www.azul.com/get-openjdk-support/)
35
35
36
-
### Installing jruby-launcher
37
36
38
-
It is recommended that you install the jruby-launcher (for optimised performance and suppression of illegal reflective access by jruby warning).
39
-
40
-
You should set the `JAVA_HOME` environmental variable before installing gem, and use JRuby version you want to use with PiCrate (preferably latest available).
41
-
42
-
```bash
43
-
sudo jgem install jruby-launcher
44
-
```
45
37
46
38
The illegal reflective access warnings warnings re-jogl remain.
Copy file name to clipboardExpand all lines: _jruby/propane.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,15 @@ title: Installing JRuby for propane
4
4
permalink: /jruby/propane/
5
5
---
6
6
7
-
An installed version of JRuby is an absolute pre-requisite for installing propane, but you should install java first.
7
+
An installed version of JRuby is an absolute pre-requisite for installing propane, but you should [install java][java] first.
8
8
9
-
## Installing/Updating jruby-launcher gem debian linux
9
+
### Installing jruby-launcher
10
+
11
+
It is recommended that you install the jruby-launcher (for optimised performance and suppression of illegal reflective access by jruby warning).
12
+
13
+
You should set the `JAVA_HOME` environmental variable before installing gem, and use JRuby version you want to use with propane (preferably latest available).
14
+
15
+
## Debian linux
10
16
11
17
First set the `JAVA_HOME` environmental variable, you can do this by editing the `~/.profile` file:-
12
18
@@ -18,3 +24,18 @@ then
18
24
source~/.profile # to use the edited ~/.profile in current shell
19
25
sudo jgem install jruby-launcher # NB: you do need sudo access here
20
26
```
27
+
28
+
## Other linux
29
+
30
+
First set the `JAVA_HOME` environmental variable, you can do this by editing the `~/.bashrc` file:-
0 commit comments