另一台电脑可能需要安装Plugin或者JRE

解决方案 »

  1.   

    一半的可能是 浏览器的事  用netscape 试
      

  2.   

    但我用IE也打开了internet网站上的页面,打开之后,页面中有一个小框显示,applet加载中......
    可我的电脑中也没有jre或Plugin呀
      

  3.   

    你自己的电脑安装了jdk,里面带jre,可以在你自己的Program Files这个文件夹找到
      

  4.   

    另一台电脑下载JRE 1.4.2,安装一遍
      

  5.   

    j2sdk142环境下,其它电脑要打开这台电脑上的applet必须安装jre吗?
      

  6.   

    apache的httpd.conf中:ServerRoot "C:/AppServ/Apache"DocumentRoot "c:/jdk142/bin"<Directory "C:/jdk142/bin">c:\jdk142\jre\lib\security中java.policy文件设置如下:规则文件:c:\jdk142\jre\lib\security\java.ploicy
    Keystore:file:/c:/jdk142/jre/lib/security/cacerts,JKS
    CodeBase "file:${java.home}/lib/ext/*"
    CodeBase<ALL>
    CodeBase"file:/c:/jdk142/bin/-"
    CodeBase"file:/c:/appserv/www/-"
    CodeBase:"http:/computer/-"  <--computer为装有apache和jdk142的计算机名-->上述设置下,局域网中另一台电脑不无运行c:\jdk142\bin\test2.htmltest2.html
    <html>
    <head><title>test2</title></head>
    <applet code="test1/test2" ARCHIVE="test1/test1.jar" height="768" width="1024"></applet>
    </html>
    但在装有apache和jdk142的机器上能正常运行!输入:http://computer/test2.html求:如何才能在另一台电脑上运行http://computer/test2.html
      

  7.   

    另一台电脑下载JRE 1.4.2,安装一遍!!!!
      

  8.   

    在命令窗口中用appletviewer可以运行吗
      

  9.   

    在本机(装有jdk142,apache的机器上)appletviewer可以运行
      

  10.   

    用 "javac appletName.java -target 1.1" 编译试试!~~~