• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Getting to know IntelliJ: create executables

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Trisha and Helen,
As an intelliJ user myself I am looking forward to reading your book and discovering more cool tips and tricks to get around.

Historically when it comes to creating executables such as jar files, i have known of developers switch IDE from intelliJ
just to carry out this simple task. Reason being, its just too over-complicated to do in intelliJ! What are your thoughts?
 
Author
Posts: 49
18
IntelliJ IDE Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great question.  I haven't had any problems creating JAR files myself, although I appreciate it is a two-step process which might seem a bit complicated. This tutorial walks through the process:

https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-application.html#package

Personally, though, I wouldn't use an IDE to create a JAR file, unless it's only a pet project.  You really want a reproducible, automatable process for this, i.e. by using a build tool like Maven or Gradle. This way, the JAR will be produced the same way whether you create it on your own machine, in the continuous integration environment, or some other system.
 
Oh. Hi guys! Look at this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic