把manifest.fm内容内容改为:
Manifest-Version: 1.0
Manifest-Title: test
Manifest-Vendor: test
Created-By: zhoulb
Class-Path: test.jar
Main-Class: test.SoSo其他内容不变看看。

解决方案 »

  1.   

    我建议你用JBuilder的Archive Builder来作。
    后者你程序使用自己的包了吗?
      

  2.   

    Manifest-Version: 1.0
    Created-By: zhoulb
    Main-Class: cw.test.SoSo
    先试试
      

  3.   

    我觉得manifest文件中不要class-path那部分,
    他指的好像不是这个意思,你引用别的包时才需要用。
    从最简单的开始:Manifest-Version: 1.0
    Main-Class: cw.test.SoSo
      

  4.   

    Main-Class: cw.test.SoSo(光标到这里记得回车,呵呵)
      

  5.   

    Manifest-Version: 1.0
    Main-Class: cw.test.SoSo
      

  6.   

    最保险的办法就是用JBuilder重新打包。