Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler.err.doesnt.exist vscode #956

Closed
Saifulbappi opened this issue Jun 19, 2019 · 24 comments
Closed

compiler.err.doesnt.exist vscode #956

Saifulbappi opened this issue Jun 19, 2019 · 24 comments

Comments

@Saifulbappi
Copy link

[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
  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
@fbricon
Copy link
Collaborator

fbricon commented Jun 19, 2019

Works for me. Try restarting vscode?

@Saifulbappi
Copy link
Author

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

@fbricon
Copy link
Collaborator

fbricon commented Jun 20, 2019

can you try cleaning the server workspace?

@fbricon
Copy link
Collaborator

fbricon commented Jun 20, 2019

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.

@ahofmeister
Copy link

@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! :)

@pshettyk
Copy link

@fbricon Thanks. Solved the issue.

@ganeshkumar-opscruise
Copy link

@fbricon thanks a lot

@anserwaseem
Copy link

@fbricon Tysm

@TP-mimanchi
Copy link

thanks a lot

@aironsg
Copy link

aironsg commented Aug 22, 2021

Thanks, you have no idea how this solved my problems.

@sirbuni
Copy link

sirbuni commented Nov 6, 2021

@fbricon Thanks. Uninstalling the extension fixed the issue.

@sherrif10
Copy link

Thanks alot. it wortheth like a charm

@KeiJeff
Copy link

KeiJeff commented Mar 18, 2022

🙏 Thank you! This held me up for a while.

@mrblacklicorice
Copy link

Thank you so much, been struggling for the past 6 hours

@AltSpaces
Copy link

God bless you, been struggling for for a while

@kola110
Copy link

kola110 commented Apr 13, 2023

Thank you!

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.

@Mark-Vu
Copy link

Mark-Vu commented Jun 3, 2023

Can I still use the extension because it is still useful but I wanna fix the "compiler.err.doesnt.exist" error

@antonimarczuk123
Copy link

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.

Thank you :)

@nellygakuru
Copy link

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.

Thank you!

@phoenix24
Copy link

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.

thank you, that helped! 🙏

@Connor-Baldwin
Copy link

THANK YOU!

@gerson-paula
Copy link

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.

Thank you!

@iibrahemali
Copy link

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.

Thanks!

@denizyldrm123
Copy link

wow thank bro God bless you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests