Java Applet:Java 版本,更新
我现在正在制作一个Java Applet。我是用Java 1.5编译的。
当我在 Firefox 中运行小程序时,它不运行。当我在浏览器中打开控制台时(右键单击小程序 -> 查看控制台
),它告诉我我只运行 Java 1.4.2。在我的浏览器中。
- 我想知道开发 1.5 版本的应用程序并假设每个人都会拥有该版本是否安全?
- 如何更新正在使用的 Java Firefox 版本?我查看了首选项,但没有看到任何内容(我使用的是 Mac OS X,10.4.11)。
我不确定这个问题是否更适合超级用户。
I am making a Java Applet right now. I have compiled with Java 1.5.
When I run my applet in Firefox it does not run. When I open the console in the browser (right click on the applet -> view console
) it tells me that I am only running Java 1.4.2. In my browser.
- I am wondering is it safe to develop my app for 1.5 and assume that everyone will have that version?
- How do I update the version of Java Firefox is using? I looked in preferences but I did not see anything (I am using Mac OS X, 10.4.11).
I am not sure if this question would be better suited to super user.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定 Mac OS X 10.4,但是
/Applications/Utilities/
中有一个“Java Preferences”应用程序,允许更改 java applet 中使用的版本(图片在最后)。开发 1.5 是否安全,Sun/Oracle 不再支持 Java 1.5 自 2009 年 11 月 3 日(近一年)。因此,这实际上取决于您和您的客户/用户,如果他们出于您了解的某些特定原因(公司政策等)仍然使用 Java 1.4,您应该使其与 java 1.4 一起使用。
I'm not sure for Mac OS X 10.4, but there is a "Java Preferences" application in
/Applications/Utilities/
that allows to change the version used in java applets (picture at the end).And is it safe to develop for 1.5, let just say that Java 1.5 isn't supported anymore by Sun/Oracle since November 3, 2009 (almost a year). So it really depends on you and your clients/users, if they still use Java 1.4 for some specific reasons you know about (company policy, etc.) you should make it work with java 1.4.