免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1947 | 回复: 2
打印 上一主题 下一主题

java程序运行时一定要作为java的参数来运行么? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-03-25 11:51 |只看该作者 |倒序浏览
如题

论坛徽章:
0
2 [报告]
发表于 2003-03-25 16:47 |只看该作者

java程序运行时一定要作为java的参数来运行么?

不是的,可以在浏览器里调用(APPLET).也可以写成BEAN调用.

现在的WEB START也是一种很好的使用方式.装JDK1.4以后就有.

可以嵌入到一个WEB页面的链结里使用.

论坛徽章:
0
3 [报告]
发表于 2003-03-26 10:24 |只看该作者

java程序运行时一定要作为java的参数来运行么?

java是不是像c使得可以编译成真对某一操作系统的可执行程序?

ibm的java教程中有介绍,但没有说如何实现。

Decompiling
page 27 of 37


Because Java(TM) programs are interrupted, Java class files contain sufficient information to rebuild source code, unless precautions are taken. If you are worried about decompiling, don't release class files (servlets), compile your programs to executables for specific platforms, don't include debug information in your class files (javac -O Source.java) and/or obfuscate your code with a good bytecode obfuscator/name mangler/class file shrinker. Some decompilers will still be able to reconstruct source code from obfuscated classes. However, the regenerated source will be less than mangled up considerably with new method/variable names and constructs. For a list of available resources to help, see http://java.about.com/msubsecurity.htm.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP