我用eclispe3.2+swt desginer5.0 做的项目,用fatjar打包后不能使用.点击 bat后 ,控制台闪了一下就消失了,什么都没有了.但是在eclisp里面跑是没有问题的.请问各位大大,是什么原因,怎么解决,谢谢你们了~

解决方案 »

  1.   

    开一个cmd窗口,执行bat,看看有啥错误信息
      

  2.   

    用“点击bat”的方法执行,有什么信息,根本来不及看
      

  3.   

    没有错误 闪一下就玩完我全部都导入进去了,凡是开发时我看见的包,全部都导入进去了你看还差什么?   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
       <classpathentry kind="lib" path="lib/jaxen-core.jar"/>
       <classpathentry kind="lib" path="lib/jaxen-jdom.jar"/>
       <classpathentry kind="lib" path="lib/jdom.jar"/>
       <classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
       <classpathentry kind="lib" path="lib/saxpath.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.core.commands_3.2.0.I20060605-1400.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.2.0.v20060603.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.2.0.v20060603.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.equinox.registry_3.2.0.v20060601.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.jface_3.2.0.I20060605-1400.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.jface.text_3.2.0.v20060605-1400.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.osgi_3.2.0.v20060601.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.swt.win32.win32.x86_3.2.0.v3232m.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.text_3.2.0.v20060605-1400.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.ui.forms_3.2.0.v20060602.jar"/>
       <classpathentry kind="lib" path="lib/org.eclipse.ui.workbench_3.2.0.I20060605-1400.jar"/>
      

  4.   

    在 cmd运行 bat,直接就跳到下一行了,就像我编译了一个 java文件....