简体   繁体   English

在NetBeans环境中单击Applet上的运行文件时,如何在Netbeans的运行时类路径中添加一些Jar插件?

[英]How can I add some Jar plugin to the run-time class-path in Netbeans when clicking run file on the Applet from within the NetBeans enviorment?

As you see from the above subject 正如您从上述主题中看到的那样
How can I add some Jar plugin to the run-time class-path in Netbeans which will be launched upon clicking "run file" on the Applet class file, from within the NetBeans environment? 如何在Netbeans中的运行时类路径中添加一些Jar插件,这些插件将在NetBeans环境中单击Applet类文件上的“运行文件”时启动?

I mean that the result will be like running the following HTML code with my jar file: 我的意思是,结果将类似于使用我的jar文件运行以下HTML代码:

<HTML> 
<BODY> 
<APPLET 
    archive="MyGame.jar,mp3plugin.jar" 
    code="GUI.JPanelGameApplet" 
    width=800 
    height=580>
</APPLET> 
</P> 
</BODY> 
</HTML>  

Thanks 谢谢

在“项目”视图中,右键单击“库”,然后单击“添加Jar /文件夹...”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM