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: index.html
+14-21Lines changed: 14 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -81,42 +81,35 @@ <h2>Community</h2>
81
81
82
82
<sectionid="quick-start">
83
83
<h2>Quick Start</h2>
84
-
<p>Embulk runs on Java. Make sure Java Runtime is installed.</p>
85
-
<p>Embulk v0.9 (past stable) run only on Java 8.</p>
86
-
<p>Embulk v0.11 officially supports only Java 8, but expected to work somehow with Java 11, and 17. We are going to test v0.11 with Java 11 and 17 so that we can declare an official support for them.</p>
<p>Set up the Java Runtime Environment. Embulk runs on Java. Embulk v0.11 officially supports only Java 8, but expected to work somehow with Java 11, 17, and 21.</p>
86
+
<p>Download the latest `embulk-X.Y.Z.jar` from: [GitHub Releases](https://github.com/embulk/embulk/releases)</p>
<p>If you need to use a RubyGems-style Embulk plugin, you'll have to set up with JRuby.</p>
98
102
<p>Download your preferred version 9.x.y of JRuby Complete jar from <ahref="https://www.jruby.org/download">JRuby Downloads</a>, and put it in your favorite directory.</p>
99
103
<p>Embulk is tested with old JRuby 9.1.15.0 as of now. (However, older JRuby has an <ahref="articles/2023/07/28/embulk-gem-install-in-v0_9-series-sometime-fails.html">issue in installing Ruby gems</a>. You may need to try newer JRuby.)</p>
100
104
101
-
102
105
<p>Then, create <code>~/.embulk/embulk.properties</code> as follows.</p>
0 commit comments