java 应用程序发布问题………………

来源:百度知道 编辑:UC知道 时间:2024/06/10 13:32:58
以前听说java语言好学而且前景也好,可现在好了作成的应用程序只能在开发环境中运行,离开了着个窝就不能工作了,听说有一些应用程序的打包工具不知道可以把java程序也打包成一个exe文件,这样不是方便多了吗?这方面的我听说有InstallShield和installAnywhere,这两个都是ZeroG 公司的产品.全都是英文,不好看,又没人教!
在这里请教这方面的高手来指导一下咱!事成以后定重谢,至少也是20分的追加,说不定还会请你喝茶呢?

java是一门有前途的语言!
你说不能打包成exe文件,对,这就是它的优点!
java解决的是跨平台问题! 在Windows平台下的exe文件在linux环境下是不能运行的!而java,只要安装了JDK的操作系统,都能运行!所以不要为java的前途担心!
至于开发java!你要是做的是J2EE方向!用Eclipse足够了!
祝你学业有成

use some tools such as exe4j to build the PE-formatted exe file for windows platform. Essentially, to running the programme, JRE should be found to support. By exe4j, there're some ways to do searching for JRE:
1) JRE (files and directories) build into EXE file comes with the programme
2) list searching sequence to search JRE on the local disk. e.g searching windows' register data firstly; secondly, searching environment variables such as 'JAVA_HOME' or 'JRE' or even user defined variables, if none of the entry fitted, the last approach is do searching on local disk directoy. through those steps, once one entry is fitted, the programme will be loaded and start up.
Good luck! :-)

java绝对可以打包成exe文件,oracle9i的安装程序就是用java做的exe
用jbuil