I am using the latest version of IntelliJ IDEA. My first project went fine. I was able to create a simple hello world with some parameters. Now, I have decided to create a new project to test JAX-RS and some JSPs. Everything runs fine on my TomEE server.
Though, the problem I am currently facing is really weird. request.getParameter()
is no longer recognized and similar elements. I have compared both of the old project and new project, and discovered that that new project is missing libs folder with the javax*
files in it.
I do not know why IntelliJ no longer generates the libs files into the new projects. I would appreciate it if someone could share any helpful information.