2
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 5 years have passed since last update.

EclipseでビルドしようとしてJNI shared libraryのエラーが出た場合の対処

Posted at

すごい今更ですが久しぶりにEclipseでJava触って遊ぼうとしたら、
色々環境がおかしくなってたのかビルドでエラーが出た。

"Failed to load the JNI shared library "C:\java\bin..\jre\bin\client\jvm.dll"

解決するには?ってことでググれば分かったんですが、作業メモな感じで。

A.PCの環境とJavaの環境が合ってるか確認しましょう。
  PCが64bitでJavaが32bitだと出るようです。
  ※私の場合は32bit入れててダメだったので、64bit入れたらすぐ直りました。

ちょっとしたメモでした。

2
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
2
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?