如何在maven中创建小程序项目?
在 Maven 中创建小程序项目的最佳方法是什么? 有没有我错过的原型?或者我只需要创建常规的java项目?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用普通的 Java 项目即可。您可能会发现 proguard-maven-plugin 很有用,可以压缩 applet .jar。
Just use a normal Java project. You may find the proguard-maven-plugin useful, in order to compress the applet .jar.