Can't load Java applet from another directory in HTML

前端 未结 1 1946
不思量自难忘°
不思量自难忘° 2021-01-27 13:36

When i try to load an applet with :


  

        
      
      
      
1条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-27 13:49

    1. Use deployJava.js to deploy the applet (linked from the applet info. page).
    2. Use the codebase attribute to point to the sokoban directory.
    3. Since the code attribute needs to be the fully qualified class name, return it to just Sokoban

    0 讨论(0)
提交回复
热议问题