私のクラスファイルのフォルダー構造は次のようになります:
.. classes/
chartplottingview/(class files here belongs to chartplottingview package)
chartplottingmodel/(somes class files here belong to chartplottingmodel package)
chartplottingcontroller/(somes class files here belong to chartplottingcontroller package)
chartplottingmain/Main.class belongs to chartplottingmain package
のメインクラス:
chartplottingmain/Main.class
そのため、ウィンドウ コマンド ラインで、フォルダー ...classes にとどまり、次のような jar ファイルを作成しました。
jar cfe chart.jar chartplottingmain/chartplottingmain.Main chartplottingmain/Main.class chartplottingview/filename.class so on...
私の質問は次のとおりです。これは、jarファイルを作成する適切な方法ですか?