我的类文件的文件夹结构如下:
.. 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
所以,在窗口命令行,停留在文件夹...类,我创建了这样的jar文件:
jar cfe chart.jar chartplottingmain/chartplottingmain.Main chartplottingmain/Main.class chartplottingview/filename.class so on...
我的问题是:这是创建jar文件的正确方法,因为当我构建jar文件(与Java applet一起使用)时,applet不起作用吗?