Get Goto definition for Java classes will not work
error.
#5164
Answered
by
tgodzik
HaoYang670
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
tgodzik
Apr 21, 2023
Replies: 2 comments 12 replies
-
I find this error from the log
|
Beta Was this translation helpful? Give feedback.
0 replies
-
JDK source are not installed by default with Java 8 I think. You need to install them manually. If you are using ubuntu you can use |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
HaoYang670
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JDK source are not installed by default with Java 8 I think. You need to install them manually. If you are using ubuntu you can use
sudo apt-get install openjdk-8-source
I think.