私はこのプロジェクトを Eclipse 3.7 (Indigo) で実行しており、*.jar をビルドする予定です。File > Export > Java.Runnable JAR File > Named the filename of the jar file > Finish でプロジェクトをビルドします。jar ファイルを実行すると、常にエラーが返されます。
Could not find the main class: [package nmame].[Class name of Main class (PSVM) is located].
Program will exit.
さらに、MySQL Connector 5.1 は、JDBC 用の参照ライブラリとして含まれていました。
Java アプリケーションとして Eclipse で実行されている jar ファイルを解決してビルドできるようにするにはどうすればよいですか?
前もって感謝します。