1
2

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.

メモ - IntelliJ IDEAでLWJGL3のライブラリを追加する時につまづいた点

Last updated at Posted at 2017-06-17

##LWJGL3のネイティブライブラリを追加する時の注意点
LWJGLが新しくなってから、ソースもJavadocもネイティブファイルも全てjarファイルに変身し、
従来のセットアップから少しやり方が変わってしまいました。
解決方法を海外サイトで見つけるもIntelliJ初心者な自分にはつまづいてしまったので、
念のためここに覚え書きメモ。


「File > Project Structure > Libraries」 「New Project Library > Java」 で、ダウンロードしてきたLWJGL3のjar達を全部入れた後、 「Add(Alt+Insert)」で全ての"lwjgl-\*-natives-\*.jar"を選択。 「Choose Categories of Selected Files」ウィンドウが表示されるので、 ここで「Native Library Location」を選ばず、「Classes」を選択し「OK」。

これで問題なくプログラムが動けばおk
###参考文献
http://forum.lwjgl.org/index.php?topic=6428.0

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?