使用 Visual Studio 2013 创建 Java 应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19996660/
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 22:09:43  来源:igfitidea点击:

Creating Java Application using Visual Studio 2013

javavisual-studio

提问by Kaoru

Is it possible to create a Javaapplication using Visual Studio2013?

是否可以使用Visual Studio2013创建Java应用程序?

Because I don't like using NetBeans or Eclipse and I prefer using Visual Studio over those SDKs.

因为我不喜欢使用 NetBeans 或 Eclipse,我更喜欢使用 Visual Studio 而不是那些 SDK。

Thanks.

谢谢。

回答by Thirumalai Parthasarathi

you cannot create java programs from Visual Studio 2013. you have to use intelliJ or Eclipse or Netbeans or something like that. Eclipse is a very good IDE and there are many useful tools you can add to Eclipse.

你不能从 Visual Studio 2013 创建 java 程序。你必须使用 intelliJ 或 Eclipse 或 Netbeans 或类似的东西。Eclipse 是一个非常好的 IDE,您可以将许多有用的工具添加到 Eclipse。

Update: from @kamran's comment below, came through this link. Though you cannot expect it to function like a fully equipped IDE it is promising. It is an extension to the Visual Studio IDE.

更新:来自@kamran 下面的评论,来自这个链接。虽然你不能指望它像一个设备齐全的 IDE 一样运行,但它很有希望。它是 Visual Studio IDE 的扩展。