1

I am working on Quarkus application in vscode and we want to add external jars to that application, I have seen few demos but in my project "Java Dependencies" tab is not there, how to show it?

enter image description hereenter image description here

Please Help me out as I am new to it.

This "Java Dependencies" tab is not visible in my above project.

user3458271
  • 638
  • 12
  • 31

2 Answers2

0

Click your project under JAVA PROJECTS, click + to add Maven Dependencies:

enter image description here

Detailed information please view Project Management in vscode-java: Add a dependency

Molly Wang-MSFT
  • 7,943
  • 2
  • 9
  • 22
  • I want to add external jar not maven dependencies like below:https://code.visualstudio.com/docs/java/java-project#_add-a-jar – user3458271 Feb 19 '21 at 06:35
  • umm..There's no such buttons to add jars in **Maven** Project. You can put the jar in your local repository and quote it in pom.xml. – Molly Wang-MSFT Feb 19 '21 at 07:41
0

VSCode Image

I know this is really late; I stumbled here when trying to solve this problem myself. Now that I have found the solution, I am sharing on this for anyone coming this way later so, here goes: You can simply click on the '+' button to add external JARs (see in the screenshot).