Hai I just installed the Spring Tool Suite version 4.8.1 and even configured JDK 11 im unable to create a spring stater project since im getting a popup could not download javadocs and sources
Asked
Active
Viewed 32 times
0
-
Can you share more details? Usually the javadocs and sources are downloaded for Maven projects after the project got created in order to allow you to browse the source code for the libraries in your projects dependencies. But it should not prevent you from working with the project in case that download fails. In any case it would be good to share a few more details, like the exact error message. – Martin Lippert Nov 19 '20 at 09:34
-
got it, Thank you – Meghana Nov 15 '21 at 17:43
-
@Meghana Can you explain how did you resolve this issue? – Manju Feb 04 '23 at 21:05