0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

eclipseにオフラインでプラグインをインストールする

Last updated at Posted at 2022-07-21

オフライン環境のeclipseにPayara Toolsを導入する。

プラグインのダウンロード

以下のコマンドを実行
(c:\Dev\tools配下にダウンロードする場合)

eclipse.exe -nosplash -verbose -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication -source https://raw.githubusercontent.com/payara/ecosystem-eclipse-plugin/release-artifacts/repository/latest -destination C:\dev\tools
eclipse.exe -nosplash -verbose -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication -source https://raw.githubusercontent.com/payara/ecosystem-eclipse-plugin/release-artifacts/repository/latest -destination C:\dev\tools

アーティファクトとメタデータをダウンロードします。

eclipseに追加する。

「ヘルプ」→「新規ソフトウェアのインストール」で、ダウンロードしたディレクトリを指定する。

tools.zip.jpg

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?