Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating Java Application using Visual Studio 2013 [closed]

Is it possible to create a Java application using Visual Studio 2013?

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

Thanks.

like image 591
Kaoru Avatar asked Nov 15 '13 08:11

Kaoru


People also ask

Why is Java not working on Visual Studio Code?

Try to update Language Support for Java to the latest, and then try step 3 to rebuild the workspace. If it doesn't work, then try to install an older JDK version, set its installation folder to "java. home" user setting in . vscode/settings.

Can Java program run on Visual Studio?

In order to run Java within Visual Studio Code, you need to install a JDK. The Extension Pack for Java supports Java version 1.5 or above. We recommend you to consider installing the JDK from one of these sources: Amazon Corretto.

How do I run a Java program in Visual Studio Code terminal?

Open your Java code file in Text Editor, then use shortcut Ctrl+Alt+N , or press F1 and then select/type Run Code , or right click the Text Editor and then click Run Code in context menu, the code will be compiled and run, and the output will be shown in the Output Window.

How do you create a program in Visual Studio?

Build and run your code in Visual Studio To build your project, choose Build Solution from the Build menu. The Output window shows the results of the build process. To run the code, on the menu bar, choose Debug, Start without debugging. A console window opens and then runs your app.


1 Answers

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.

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.

like image 120
Thirumalai Parthasarathi Avatar answered Sep 20 '22 20:09

Thirumalai Parthasarathi