Mac OS x 10.4 上小程序加载问题
我一直致力于 Web 应用程序,其中包括 java applet。 我的应用程序在具有不同浏览器(例如 IE 和 Firefox)的 PC 上运行良好。 该 Web 应用程序托管在 Linux (Ubuntu) 上。 我在 Mac 上使用 Firefox 时遇到问题。 我无法加载该小程序。
这是我在java控制台中发现的错误。 Java.lang.classNotFoundException web/applets/ImageObsApplet.class
我已经在 PC windows XP 上托管了 Web 应用程序,并且能够在 Mac 系统上加载 java applet。
更新:
我正在使用 J2SE 1.5.0。 Mac OS X 10.4 不支持此功能? 我能够在 Mac OS X 10.5.5 上成功运行该应用程序。
现在我可以在 MAC OS X 10.4.11 上加载该小程序了。 但我在小程序功能方面遇到了问题。 我的小程序将显示地图图像。 小程序包含位于小程序左上角的导航箭头键。 这些键将用于在地图中导航。 问题是当用户使用导航按钮时,图像被挤压和拉伸。 这只发生在 MAC OS X 10.4.11 上,在 PC 和 MAC OS X 10.5.5 上运行良好。
I have been working on web application which includes java applet. My app is working fine on PC with different browsers like IE and Firefox. The web application hosted on Linux (Ubuntu).
I had problem on Mac with Firefox. I was unable to load the applet.
This is the error i found in java console.
Java.lang.classNotFoundException web/applets/ImageObsApplet.class
I have hosted the web application on PC windows XP and i am able to load the java applet on Mac system.
Update:
I am using J2SE 1.5.0. This does not support on Mac OS X 10.4? I am able to run the application successfully on Mac OS X 10.5.5.
Now I am able to load the applet on MAC OS X 10.4.11.
but i had a problem with applet functionality.
My applet will display the map image. Applet contains the navigation arrow keys at the top left of my applet. These keys will be used to navigate through the map.
The problem is while user using the navigation buttons, the image got squash and stretch.
This is happened only on MAC OS X 10.4.11 and Its working fine on PC and MAC OS X 10.5.5.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定,但 mac 上的 firefox 存在 java 插件问题。 我认为 10.4 上的 Firefox 仅支持 Java 1.4。 你尝试过使用 Safari 吗?
I'm not sure, but there was a java plugin problem with firefox on mac. I think firefox on 10.4 supports Java 1.4 only. Have you tried with safari?