开发者

How to create an applet project in maven?

开发者 https://www.devze.com 2023-01-27 22:44 出处:网络
What is the best way how to create an applet project in开发者_高级运维 maven? Is there any archetype that I missed? Or I just need to create regular java project?Just use a normal Java project. You ma

What is the best way how to create an applet project in开发者_高级运维 maven? Is there any archetype that I missed? Or I just need to create regular java project?


Just use a normal Java project. You may find the proguard-maven-plugin useful, in order to compress the applet .jar.

0

精彩评论

暂无评论...
验证码 换一张
取 消