JavaRush /Java Blog /Random EN /IntelliJ IDEA User Guide. Basics and installation
theGrass
Level 24
Саратов

IntelliJ IDEA User Guide. Basics and installation

Published in the Random EN group
IntelliJ IDEA User Guide.  Basics and Installation - 1
  1. Download IntelliJ IDEA for your operating system
    • IntelliJ IDEA is a cross-platform development environment and can be used on Windows, OS X and Linux.
    • You can download the latest version from the official website .
    • Earlier versions can be downloaded here .
  2. Which license should I choose, Community Edition or Ultimate?
    • Do you develop in Java, Groovy, Scala and Android ? The free and open source IntelliJ IDEA Community Edition is the one for you .
    • Do you need web or enterprise application development? Then try IntelliJ IDEA Ultimate for 30 days with an exceptional set of development tools and supported frameworks.
    • For more details, check out the full version comparison .
  3. How can I get IntelliJ IDEA Ultimate for free?
    • If you're contributing to an open source project, show us your commits and we'll send you a personal license for free!
    • If you're a student, ask your teacher for a free educational license!
    • If you work for a company, convince your boss to purchase a business license!
  4. How can I install IntelliJ IDEA on my operating system?
    • Windows: Run the .exe file and the installer will tell you everything.
    • OS X: Open the .dmg file and drag/copy IntelliJ IDEA to the /Applications folder .
    • Linux: Unzip the .tar.gz and run bin/idea.sh .
  5. How can I set up my development environment the first time I start?
    • When you launch the development environment for the first time, it will prompt you to select the plugins that you would like to use. You can later change this selection in Settings → Plugins .
  6. I'm used to a different development environment. What should I do?
    • If you have worked with Eclipse before , we can provide you with transition instructions . Be prepared for your life to change forever (in a good way)!
  7. Where should I start using IntelliJ IDEA?
  8. How can I write a review?
    • The simplest and most effective way to be heard is to report a problem on our website .
    • If you have a problem, or just an idea on how to make the development environment more convenient? - Feel free to let us know. Our development team will respond very quickly.
    • Another option to provide feedback or get help from the developer community is to ask on the forum . There's a good chance that someone already knows the solution to your problem.
Original article
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION