Reputation: 13
Please I generated an application gateway using Jhipster. I just followed this Tutorial https://www.youtube.com/watch?v=nnkxLSJcFLQ.
But when I open it in the Intelli Idea IDE. many errors will appear.
Please the ones who know, What should I do.
Upvotes: 0
Views: 39
Reputation: 16284
You must configure a jdk 8 in your IDEA project as you have errors for basic java types like java.util.Arrays, this is what your IDE tells you in the yellow bar. Also before that, make sure that you can run maven without errors in a shell.
Upvotes: 1