能不能指教以下八java农成exe的软件阿
还有。。那些能在客户机里面不需要安装jre的?就是做exe的时候把jre也弄进取的那种或者直接编译成好。。在客户机器里面不需要安装jre就可以直接那些exe的东西谢谢了

解决方案 »

  1.   

    java的跨平台是依赖jre的,不可能脱离这个环境的
    楼主的问题应该解决不了吧
      

  2.   

    jBuilder是可以把java程序做成exe文件,但是要运行这个exe文件必须要有jre.
      

  3.   

    jbuiler的wizard的native executable wizard可是生成exe
      

  4.   

    install anywhere这个软件可以。它可以把jre都打包到exe中,所以不必怕客户机没有jre。
      

  5.   

    我知道jbuilder可以生成exe文件,怎么把jre都打包到exe中,学习
      

  6.   

    那些所谓的脱离JRE,其实是自己带一套JRE而已。JAVA所谓的跨平台是因为它自己就是一个平台,JAVA程序只能运行在JAVA平台上。
      

  7.   

    晕  现在有好多的软件都可以把JAVA软件编译成.EXE文件 
    不需要JRE也可以运行
      

  8.   

    http://www.rolemaker.dk/nonRoleMaker/javalauncher/marner_java_launcher.htmUsers simply click an .exe file or shortcut to run the application. No need for users manually to install a JRE or any extra libraries. No need for users to set class path or path variables. Users will never know you used Java. No problems due to incompatible versions of Java already installed on the machine (mostly due to Microsoft's broken version) and this allows you to use non-standard JVM options such as setting heap size. There are no problems with using the launcher with autorun, various installers (such as InstallShield) or various third party libraries. It works with with any Java virtual machine no matter whether it are standard conforming or not. In fact it can be used to launch interpreters for languages such a Perl or Python, too. If you provide your own native DLL libraries you are sure that your versions of the libraries are loaded - not some duplicates present in a system library.