如何在 Visual Studio 2017 中使用 Java

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/46959271/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 02:31:03  来源:igfitidea点击:

How to use Java in Visual Studio 2017

javavisual-studiovisual-studio-2017visual-studio-extensions

提问by Germa Vinsmoke

I tried installing Java Language Support plugin but it was showing me an error.

我尝试安装 Java 语言支持插件,但它显示了一个错误。

This extension is not installable on any current installed products.

此扩展不能安装在任何当前安装的产品上。

An install log was also given with it. https://drive.google.com/file/d/0By65eR3APuDSaXdacVBwVlJ4bTg/view?usp=sharing

还随附了安装日志。 https://drive.google.com/file/d/0By65eR3APuDSaXdacVBwVlJ4bTg/view?usp=sharing

采纳答案by SLaks

That's a VS Code extension.

那是一个 VS Code 扩展。

You can only use it with VS Code, not Visual Studio.

您只能将它与 VS Code 一起使用,而不能与 Visual Studio 一起使用。

https://code.visualstudio.com/

https://code.visualstudio.com/