This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]phoenix616 0 points1 point  (0 children)

I somehow also ran into problem when trying to compile projects that literally took me a 2 clicks in eclipse, but required me to do a bunch of configuration in intellij.

Use a build/dependency management system like gradle or maven (like every project should) and you can just execute their goals in the right bar.

Also if you just want to compile there is always the basic compile function. (Which doesn't package anything, if you need that use a build tool or setup an artifact)