Create new project with intelliJ

Hi All,

Anyone can create new project with IntelliJ.??
Please help me. I cannot insert .java into modules folder

  1. Select -> create new project -> Gradle (Make sure java is checked in the other section) -> next
  2. Now enter group-id and artifact id.
  3. Check ‘Use auto Import’ and ‘Create directories for empty current roots automatically’. select next
  4. Add project name and select finish.
  5. When the gradle load completes, Go to src -> test -> java -> right click
  6. Select javaclass.

Hope it helps

1 Like

Yeah… thanks AshraRizvi01 alot. :slight_smile:
– I also faced next error. @@ . I try to fix it according to some forums but it is not fix yet… Thanks

Check your URL, it should be exactly same as: “http://repo.experitest.com:8010/Maven2/”.

Also try accessing the URL you are using and check that you are getting the files, manually.

1 Like

If your problem still persists change the URL http://repo.experitest.com:8010/Maven2 to http://repo.experitest.com:8010/Maven2/?C=M;O=A. It’s working for me.

I recently changed this link, But it is not work yet.
And now I try to research in internet to fix it. next error…@@ …lol :))
If you know any suggest, please help me. Thanks you alot.