Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Java in Visual Studio 2017

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

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

like image 674
Germa Vinsmoke Avatar asked Mar 07 '23 17:03

Germa Vinsmoke


1 Answers

That's a VS Code extension.

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

https://code.visualstudio.com/

like image 101
SLaks Avatar answered Mar 10 '23 11:03

SLaks