Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 eclipse 项目中有两个文件:.html 文件包含一个带有 java 小程序信息的对象标记,.java 文件包含 java 小程序。
我设法轻松地在 Java 窗口中运行小程序;但我想在外部浏览器中运行 java 小程序,我想通过网络加载它。(“用...打开浏览器”只是在本地打开html文件,小程序不起作用。)
有没有办法直接从eclipse中做到这一点?还是我需要创建一个jar文件?
不,
您必须首先在 Eclipse 中创建 Web Server 项目(确保您安装了一些 Tomcat)
或者使用其他的,之后,将你的 Applet 作为 jar 文件放入 Web Server 下WebContent/web
WebContent/web