简单问题 怎样做一个 能自动运行的jar文件?两个文件: A.class B.class 其中A中包含程序入口(main(String[]args),且在A中创建了B的实例; 用最简单的方法实现。[解决办法]jar cvfe test.jar A A.class B.class