I have tried adding the tools.jar file manually (as suggested in another question's answer from StackOverflow), but this did not resolve the issue. This error first occurred with the last update of Java on my laptop. Any suggestions as to how I would go about eliminating this error message & getting Eclipse to work again?
Asked
Active
Viewed 330 times
0
-
1What problem were you *originally* trying to solve with this? – nitind Oct 02 '20 at 23:46
-
Install and use the JDK, not the JRE. – Mark Rotteveel Oct 03 '20 at 11:18
-
unfortunately, using the JDK yielded the same error message @Mark Roffevel – Cassiopeia Oct 03 '20 at 15:08
-
I was simply trying to run my app as a java application @nitind – Cassiopeia Oct 03 '20 at 15:08
-
@Casseiopeia Which version of the JDK did you install, and which version of Eclipse are you using? – Mark Rotteveel Oct 03 '20 at 17:37
-
@MarkRotteveel the version of the JDK that I had installed is: 14.0.2, and the version of Eclipse is: Eclipse IDE for Java Developers-2020-06. – Cassiopeia Oct 05 '20 at 01:22
1 Answers
0
The filename is incorrect it should have .jar not .jar.jar

Samuel Marchant
- 331
- 2
- 6
-
even so, i had added in a tools.jar file & it still didn't work (per my description) – Cassiopeia Oct 02 '20 at 23:23