-
Notifications
You must be signed in to change notification settings - Fork 440
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
java.io.FileNotFoundException: c:\rt.jar\java.util.concurrent\Executors.class (The system cannot find the path specified) #1741
Comments
I have tried to disable/enable, install/uninstall java related extension. And I couldn't found |
The error is thrown by |
@testforstephen Thanks for your tips, however, I checked that I have not installed this extension. |
From the screenshot you provided, the error is from "MySQL" output, that's not contributed by Java extension. Could you please share the Java log? |
@testforstephen Hi, I cleaned up the log, reopen the project, and did the previous steps. Here is log: Java Language Server Log File C:\Users\Liu.D.H\AppData\Roaming\Code\User\workspaceStorage\4997d6000ddf3a142f1affd6044b18fd\redhat.java\client.log.2020-12-15
Java Extension Log File C:\Users\Liu.D.H\AppData\Roaming\Code\User\workspaceStorage\4997d6000ddf3a142f1affd6044b18fd\redhat.java\jdt_ws\.metadata\.log
|
@maoziliang Thanks, it works for me. I think it is maybe an issue of |
Thank you for figuring this out. I will close this issue now. You'd better to open an issue against |
[provide a description of the issue]
Environment
Steps To Reproduce
Executors
.Current Result
The empty window is shown. and some errors are shown in the output window.
Expected Result
Navigation to system class source previewer.
Additional Informations
I can click the
run/debug
button around the main method. And the JAVA_HOME system env environment is configured correctly. And I also have a valid java configuration in vscode like the following.The text was updated successfully, but these errors were encountered: