I am using Visual Studio Code to Write a Java Project. For that i want to use the MigLayout.jar in my Project.
I created a new Project so i would get a .classpath
1.make sure you hava create a folder named lib inside your project and add your .jar file into it
lib
.jar
2.Configure paths in the .classpath like:
.classpath
3.if it still thow error,Clean the workspace directory:F1 - input Clean -clean workspace
Clean
you could look at the doucument add jar