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.
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.
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.
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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With