Skip to content

Instantly share code, notes, and snippets.

@minazou67
Last active January 18, 2016 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minazou67/73f2032b169895edbe53 to your computer and use it in GitHub Desktop.
Save minazou67/73f2032b169895edbe53 to your computer and use it in GitHub Desktop.
Drools note

Drools note

日本語情報が少ないのでメモ。

Eclipse Update Site

JBoss Tools の Update Site よりも下記の Drools の Update Site の方が新しい可能性があります。

Drools Download Site

下記のサイトから必要なバージョンのリソースをダウンロードし、ローカルの任意の場所へ解凍します。
複数のファイルが存在しますが、Drools and jBPM tools に Eclipse plugins が含まれています。
オフライン端末では、解凍したフォルダ内の binaries\org.drools.updatesite を Location に指定してインストール可能です。

http://download.jboss.org/drools/release/

Setting Eclipse

下記の設定を追加します。

Drools

Windows -> Preference -> Drools -> Installed Drools Runtimes -> Add

Name : Drools X.X.X
Path : ${DROOLS_TOOLS_HOME}\binaries

jBPM

Windows -> Preference -> jBPM -> Installed jBPM Runtimes -> Add

Name : jBPM X.X.X
Path : ${DROOLS_TOOLS_HOME}\binaries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment