简体   繁体   English

Visual Studio Code Java 项目导出位置

[英]Visual Studio Code Java Project export location

I'm using Visual Studio Code with the Java Extension Pack for a java application.我将 Visual Studio Code 与 Java 扩展包一起用于 Java 应用程序。

视觉工作室

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.正如您在上图中所看到的,向下的箭头按钮将我的项目导出到一个 Jar,该 Jar 被保存到项目文件夹中。

Is there an option anywhere I can set the export location, or post-build events where I can copy the jar to another location?是否有任何可以设置导出位置的选项,或者可以将 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.您可以将 jar 文件复制到您想要的任何位置,如果它强制用户在创建 jar 文件之前选择放置它的位置,那将是乏味且浪费时间的。

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

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