IntelliJ help

Status
This thread has been locked.

Zorah

Premium
Feedback score
9
Posts
437
Reactions
172
Resources
0
Hey,

I'm not a coder, I've never touched IntelliJ before hence why I'm having this problem.

I want to know how to properly compile my src to a jar, if you can help and have knowledge please help.

Would be appreciated, cheers.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

pcranaway

Premium
Feedback score
4
Posts
508
Reactions
148
Resources
0
First of all, you want to choose a build tool. There are plenty of options, you can use Gradle, Maven, Ant, or just intellij's build thingy.
Which one does your project use? If it has a pom.xml file, then it uses maven, if it has a build.gradle file, then it uses gradle. No one uses Ant anymore so let's just remove it from the list.
 
Status
This thread has been locked.
Top