英文:
Visual Studio Code Java Project export location
问题
我正在使用带有Java扩展包的Visual Studio Code进行Java应用程序开发。
如上图所示,向下的箭头按钮将我的项目导出为一个Jar文件,保存在项目文件夹中。
我是否可以在任何地方设置导出位置,或者在构建后设置事件来将Jar文件复制到另一个位置?
英文:
I'm using Visual Studio Code with the Java Extension Pack for a java application.
As you can see in the image above, the downwards facing arrow button exports my project to a Jar, which is saved to the project folder.
Is there an option anywhere I can set the export location, or post-build events where I can copy the jar to another location?
答案1
得分: 0
抱歉,由于您的要求,我将只返回翻译后的代码部分:
不,目前不包含此功能和配置该功能的设置。您可以将JAR文件复制到任何位置,如果它强制用户在创建之前选择放置JAR文件的位置,那将是繁琐且浪费时间的。
英文:
No, it does not contains this feature and the settings to configure it for now. You can copy the jar file to anywhere you want and if it forces users to choose a place to put the jar file before creating it, that's tedious and a waste of time.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论