你点wizard,然后有个native executable builder,这里设置到后面有个文件包含的情况,你看看,很简单的。
然后,你的项目浏览视图里面就出来一个新的节点,右键点一下,你一看就懂了

解决方案 »

  1.   

    wizard, native executable builder, 然后一步步做,finish后,一定要rebuild一次才能建立
      

  2.   

    同意楼上
    但图标用别的软件才换得掉吧?
    [email protected]
      

  3.   

    new一个jar,再new一个executable jar也行.一定要build才出来
      

  4.   

    第一種:在jbuilder中:  
    首先你要保证Run菜单-->Run  Project能顺利运行  
    然后Wizards菜单-->Native  Executable  Builder  
    选中Compress  the  contents  of  the  archive(产生jar文件的话)  
    Next-->Next-->选中Always  include  all  classes  and  resources再Next-->Next-->Next  
    选中Windows  GUI"exe"(产生EXE文件的话)-->Finish  
    再在项目的文件列表中的Native  Executable右击-->Make就可以了  
      

  5.   

    同意。可能楼上是忘了rebuild。所以没有生成。