-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
Description
[provide a description of the issue]
Unix
- MacOS Mojave version(10.14.5)
- JDK version:"1.8.0_60"
- Visual Studio Code version:1.35.1 (1.35.1)
- Java extension version:0.7.1
Steps To Reproduce
- External Library is added in lib folder in the root directory.. in this project one library jar for log4j is added. Project Run is producing result. But in App.java file
import org.apache.log4j.Logger;
is showing package org.apache.log4j.Logger does not exist
Sample Project
HudaJava.zip
Current Result
package org.apache.log4j.Logger does not exist
Expected Result
no language error
Additional Informations
Reactions are currently unavailable