PLAYフレームワークを使用してJavaプロジェクトを作成しました。しかし、別のプロジェクトの外部パッケージを追加すると、コンパイルエラーが発生します。また、必要なすべての関連jarを追加しました。また、元のプロジェクトをMyUtilsパッケージを持つプロジェクトに依存させます。
「エラー:パッケージMyUtilsが存在しません」
これを修正する方法は?
PLAYフレームワークを使用してJavaプロジェクトを作成しました。しかし、別のプロジェクトの外部パッケージを追加すると、コンパイルエラーが発生します。また、必要なすべての関連jarを追加しました。また、元のプロジェクトをMyUtilsパッケージを持つプロジェクトに依存させます。
「エラー:パッケージMyUtilsが存在しません」
これを修正する方法は?
You are talking about projects and dependencies as if you were working on eclipse or similar, and I believe I can guess what you're doing, which will make it compile in eclipse, but is not related to how it will work once you run play on its own.
Make sure that you have the jar that contains the MyUtils package in the lib dir of your project.
libフォルダーを作成し、そのディレクトリにjarを追加しようとしましたか? http://www.playframework.org/documentation/2.0.4/SBTDependencies