Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't create RESTful Web Service with maven on IntelliJ Idea 2017.3.4

I need to create a RESTful Web Service with JavaEE on IntellijIdea using maven for librairies. I'm following this tutorial to help me create this project but I have one problem:

When I arrive at the fourth step: "Enabling REST support when creating a project", I can't select the option : "Set up library later" to help in setting up maven after.

Screen of intellij

As you can see, I don't have the selection avaible.

For more details, I have IntelliJ IDEA Version 2017.3.4 and I work on debian 8.

Does anyone have a solution for my particular problem ?

like image 605
maxime.cohen Avatar asked Feb 08 '18 13:02

maxime.cohen


1 Answers

The post is old, but answer could be useful to the community anyway.

I've found a solution: looks like the problem is because it's selected Java EE 8, and there aren't libraries available yet.

If you start a new project wizard, then you select Java EE 7, and then you select RESTful Web Service a "dowload" button will appear, and you can then proceed to next step enter image description here

like image 103
Leviand Avatar answered Sep 30 '22 05:09

Leviand