even jarmmaker is faster than this nonetheless good job![]()
|
|
This is a tutorial on how to produce a JAR file using IntelliJ IDEA, instead of using a jar maker.
Now, let's get started!
Go to File --> Project Structure
Under Project settings on the far left, click Artifacts
Now click on the green add button , click on JAR, then from modules with dependencies
Now, fill in the form you get with the main class that will launch when the jar is clicked then click ok.
alright :
- Name : Specify the name of the jar that will be produced
- Output Directory : where the jar will be produced in which directory.
- build on make : if you tick this, every time you run the main class automatically the jar will be produced to be up to date
- Main class : the class that will be launched when the JAR will be clicked
Now click OK and you're done!
If you didn't click build on make, to produce the JAR click build ----> build artifacts and click build and the JAR will be produced.
If you did check the build on make, every time you run the class it will produce the JAR automatically
Hope this helped who is using Intellij IDEA and unwary of this feature.
Cheers !
Note : some parts of the Images have been crossed out due to a private project I am working on.

even jarmmaker is faster than this nonetheless good job![]()


nice release, quicker to use eclipse tho i'd say

@That has nothing to do with what I said,
I just re-read it sorry i thought you stated 'why is this in this section' rather than 'whats with this section'.
@gets posted over and over again
Actually there is only another for Eclipse, this is for IntelliJ.
@Trivial?
Its the same factor as people who use notepad and batch processors to compile Java programs or any other language rather than using an IDE which is built for this purpose.
This:
- Increases speed - for those who have to repeat the process of jarring in JarMaker. After the first creation process, it is saved just like being able to Run a applet/application on a IDE.
- Saves from having two applications loaded at the same time.
- A feature of an IDE which is dedicated to Java programming developed by programmers e.g. increasing future features.
- The amount of options it allows is heavily more than JarMaker e.g. [Only registered and activated users can see links. ]
Efficiency is vital.
| « [PHP/JS]CChatter | Ultimate2D - The Ultimate 2D MMORPG » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |