Vscode-java: compiler.err.doesnt.exist vscode

Created on 19 Jun 2019  路  8Comments  路  Source: redhat-developer/vscode-java

[provide a description of the issue]

Unix
Steps To Reproduce
  1. 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
caused-by-extension invalid

Most helpful comment

Oh I now realize the error code compiler.err.doesnt.exist doesn't come from vscode-java. It might be caused by https://marketplace.visualstudio.com/items?itemName=georgewfraser.vscode-javac, which conflicts with vscode-java. So you should disable or uninstall it.

All 8 comments

Works for me. Try restarting vscode?

hi @fbricon , i've restarted it . Also rebooted pc !! Attaching a screenshot.
Screenshot 2019-06-20 at 8 56 43 AM

Oh I now realize the error code compiler.err.doesnt.exist doesn't come from vscode-java. It might be caused by https://marketplace.visualstudio.com/items?itemName=georgewfraser.vscode-javac, which conflicts with vscode-java. So you should disable or uninstall it.

@fbricon Thanks! I honestly invest 4-5 hours into this and even uninstalled Java and Maven multiple times. I uninstalled the extension and the errors are gone! :)

@fbricon Thanks. Solved the issue.

@fbricon thanks a lot

@fbricon Tysm

Was this page helpful?
0 / 5 - 0 ratings