Unable to create a Java project in Visual Studio

43 views Asked by At

enter image description here I want to create a Java Project in Visual Studio but I am not able to find Java language in the list of languages given under Create a project

also I tried creating a java file but I cant find Java in that list of languages as wellenter image description here and I had also installed JDK and verified with cmd command javac So I would like to know if I have to install or modify any other thing to run java code in Visual Studio

1

There are 1 answers

1
Zax71 On

Although there might be support for Java in Visual Studio, it is recommended to use IntelliJ Idea due to it being designed from the ground up for Java as well as being created by JetBrains. The community build is fully featured for Java development with only a few features that mainly enterprises would need missing.