外部 JAR ファイルを追加したいプロジェクトがあります。目的の外部 JAR ファイルには、ソースを含む気の利いた Github ページがありますが、コンパイル済みの JAR ファイルはありません。
これまでに完了した手順は次のとおりです。
1. I have downloaded the source in a zip. (its Twinkle from SwingFx.ch in case you're interested)
2. I have extracted the zip file to my workspace.
3. I have created a new project with the same name as the extracted folder from the zip file. (project loads the source successfully)
4. I select the export option from the File menu and selected the 'JAR file' option and clicked next.
注: 正常にビルドするには、上記の Twinkle プロジェクトに外部ライブラリを追加する必要がありました (設定に違いが生じる場合)。
JAR ファイルの仕様ページには、複数のチェックボックス オプションが用意されています (以下を参照)。
Export generated class file and resources
Export all output folder for checked projects
Export Java source files and resources
Export refactorings for checked projects
Compress the contents of the JAR file
Add directory entries
どれを選択する必要があるのか わかりません。プロジェクトの動作に違いが生じる場合は、(間もなく)エクスポートされた JAR ファイルを追加します。デフォルト設定でエクスポートしてテストしました。これはうまくいきました..しかし、私が気付いていない理由がある場合に備えて、別の設定を選択する必要があったかどうかはわかりません. JAR ファイルを外部 JAR ファイルとして別のプロジェクトに追加する場合に、特定の設定を選択する必要があるかどうかはわかりません。
教えてください!