记录精彩的程序人生
https://community.oracle.com/thread/1305696?tstart=0 Hi. I have an app deployed with java web start. It runs fine with java5. If i update the machines to java6 it works in some (windows and linux) but not on other (windows). The exception i get is: java.net.MalformedURLException: unknown protocol: socket Any ideas? Problem solved! I noticed that the full trace of the errors contained something about proxies, so I got my friend (who has Win XP Home) to: 1) go to Control Panel -> Java 2) click....
高拍仪厂家一般都提供B/S系统集成高拍仪的方法,厂商提供的二次开发绝大多数都是基于ActiveX控件,通过JS脚本来控制,功能上受限,只能使用ActiveX控件暴露的接口且无法自定义界面,另外ActiveX控件的使用限制了系统只能使用IE浏览器或基于IE内核的浏览器。本文采用一种基于Java的解决方案,通过Java Web Start技术可以兼容各种浏览器,也可以在非Window系统下使用,缺点是通常会比厂商提供的原生程序需要慢一些,但可以接受。