IntelliJ IDEA vs. Oracle Java SE

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
IntelliJ IDEA
Score 9.3 out of 10
N/A
IntelliJ IDEA is an IDE that aims to give Java and Kotlin developers everything they need out of the box, including a smart code editor, built-in developer tools, framework support, database support, web development support, and much more.
$16.90
per month
Oracle Java SE
Score 8.5 out of 10
N/A
Oracle Java SE is a programming language and gives customers enterprise features that minimize the costs of deployment and maintenance of their Java-based IT environment.N/A
Pricing
IntelliJ IDEAOracle Java SE
Editions & Modules
For Individual Use
$16.90
per month
All Products Pack (For Individual Use)
$28.90
per month
For Organizations
$59.90
per month
All Products Pack (For Organizations)
$77.90
per month
No answers on this topic
Offerings
Pricing Offerings
IntelliJ IDEAOracle Java SE
Free Trial
YesNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsYearly subscriptions: For Individual Use – $169 /1st year, $ 135 /2nd year and $ 101 /3d year onwards For Organizations – $599 /1st year, $479 /2nd year and $ 359 /3rd year onwards All Products Pack (For Individual Use) – $289 /1st year, $ 231 /2nd year and $ 173 /3d year onwards All Products Pack (For Organizations) – $799 /1st year, $623 /2nd year and $ 467 /3rd year onwards
More Pricing Information
Community Pulse
IntelliJ IDEAOracle Java SE
Considered Both Products
IntelliJ IDEA

No answer on this topic

Oracle Java SE
Chose Oracle Java SE
I wanted to write Python, NodeJS, PHP... but it's hard to compare all the different fruits in the basket. Java is good for what it was made for, and much more nowadays. Java was and I suspect, will be a strong candidate for any backend project, and it's one of the most popular …
Chose Oracle Java SE
Many other languages could be used for initial programming. However, simplicity of concepts, static type system and available tool support in combination made Java come out top for us. Especially Python has become very popular recently. I think this is a step backwards, due to …
Top Pros
Top Cons
Best Alternatives
IntelliJ IDEAOracle Java SE
Small Businesses
PyCharm
PyCharm
Score 9.0 out of 10
GraalVM
GraalVM
Score 9.1 out of 10
Medium-sized Companies
PyCharm
PyCharm
Score 9.0 out of 10
GraalVM
GraalVM
Score 9.1 out of 10
Enterprises
PyCharm
PyCharm
Score 9.0 out of 10
GraalVM
GraalVM
Score 9.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
IntelliJ IDEAOracle Java SE
Likelihood to Recommend
8.4
(55 ratings)
9.0
(32 ratings)
Likelihood to Renew
5.0
(1 ratings)
-
(0 ratings)
Usability
9.1
(4 ratings)
7.4
(2 ratings)
Support Rating
8.9
(15 ratings)
8.0
(19 ratings)
Implementation Rating
9.0
(1 ratings)
-
(0 ratings)
User Testimonials
IntelliJ IDEAOracle Java SE
Likelihood to Recommend
JetBrains
For a modern software project, where you want to store everything as code, from the backend to the frontend, to the DB patch scripts, to the documents, API specs, diagrams, infrastructure-as-code, etc. IntelliJ is basically your one-stop. In the same IDE, you can write code, write a spec, draw diagrams, make changes to patch scripts, infrastructure definition.
Read full review
Oracle
Oracle Java SE is well suited to long-running applications (e.g. servers). Java Swing (UI toolkit) is now rather outdated, lacking support for modern UI features. JavaFX, the potential replacement for Swing, has now been separated out of Java core. Ideally, there would be a path to migrate a large application incrementally from Swing to JavaFX, but due to different threading models and other aspects, it is difficult. At this point, it is probably better to use an embedded web browser (e.g. JxBrowser) to provide a modern UI in HTML/Javascript and keep just the business logic in Java.
Read full review
Pros
JetBrains
  • Unit testing: Fully integrated into IntelliJ IDEA. Your unit tests will run smoothly and efficiently, with excellent debugging tools for when things get tricky.
  • Spring integration: Our Spring project using Maven works flawlessly in IntelliJ IDEA. I know firsthand that Apache is also easily and readily supported too. The integration is seamless and very easy to set up using IntelliJ IDEA's set up wizard when importing new projects.
  • Customization: IntelliJ IDEA comes out of the box with a bunch of handy shortcuts, as well as text prediction, syntax error detection, and other tools to help keep your code clean. But even better is that it allows for total customization of shortcuts you can easily create to suit your needs.
Read full review
Oracle
  • Plenty support built into the tool and IDE like Maven, Ant, Eclipse, IntelliJ.
  • Strong object-orientation language and clear project structure.
  • Wrapper underlines hardware and memory management so the developers can focus on business and implementation.
  • It offers a huge library and framework support from third-parties and the community.
Read full review
Cons
JetBrains
  • IntelliJ IDEA wins as long as the language is Java. Outside that , e.g., in other languages, it is not so advanced.
  • It is licensed, with a steep licensing cost. All features are not included in the free edition.
  • It is not as light as Eclipse, so in a weak system, it can be a pain.
Read full review
Oracle
  • Commercial Licensing in 2019. Oracle will charge commercial organizations using Java SE for upgrading to the latest bug fixes and updates. Organizations will now need to either limit their implementation of Java SE or may need to drop it altogether.
  • Slow Performance. Due to the all of the abstraction of the JVM, Java SE programs take much more resources to compile and run compared to Python.
  • Poor UI appearance on all of the major GUI libraries (Swing, SWT, etc.). Through Android Studio, it is easy to get a native look/feel for Java apps, but when it comes to desktops, the UI is far from acceptable (does not mimic the native OS's look/feel at all).
Read full review
Likelihood to Renew
JetBrains
VS Code is maturing and has a Scala plugin now. The overall experience with VS Code - for web development at least - is very snappy/fast. IntelliJ feels a bit sluggish in comparison. If that Scala plugin for VS Code is deemed mature enough - we may not bother renewing and resort to the Community Edition if we need it.
Read full review
Oracle
No answers on this topic
Usability
JetBrains
The user interface for IntelliJ Idea is phenomenal. It's got the usual JetBrains interface but it works well to support all Java processes. All in all, it is a solid product and to be expected from JetBrains who creates this integrated development environment software. It allows me to test in the IDE and run other manual workflows automatically such as install packages.
Read full review
Oracle
The language is fluent and has good support from a number of open source and commercial IDEs. Language features are added every 6 months, although long-term service releases are only available every 3 years. It would be nice if some of the older APIs were depreciated with more pressure to move to the new replacement APIs (e.g. File vs. Path), but transitions to new features are generally well implemented.
Read full review
Support Rating
JetBrains
Customer support is really good in the case of IntelliJ. If you are paying for this product then, the company makes sure that you will get all the services adequately. Regular update patches are provided to improve the IDE. An online bug report makes it easier for the developers to find the solution as fast as possible. The large online community also helps to find the various solutions to the issues.
Read full review
Oracle
Java is such a mature product at this point that there is little support from the vendor that is needed. Various sources on the internet, and especially StackOverflow, provide a wealth of knowledge and advice. Areas that may benefit from support is when dealing with complex multithreading issues and security libraries.
Read full review
Implementation Rating
JetBrains
This installs just like any other application - its pretty straight forward. Perhaps licensing could be more challenging - but if you use the cloud licensing they offer its as simple as having engineers login to the application and it just works.
Read full review
Oracle
No answers on this topic
Alternatives Considered
JetBrains
Microsoft Visual Studio Code (VS) requires a lot of textual configuration, where IntelliJ IDEA provides a graphical interface with configuration options displayed. This matters a lot to me as I don't want to hunt around the internet to remember how to set different parameters that I don't use very often. This may be the biggest reason I don't use VS. Eclipse was great for when I was in college, but the power offered by IDEA is so much better that I haven't actually looked back since.
Read full review
Oracle
Chose to go with Java instead of Python or C++ due to the expertise on the ground with the technology, for its ease of integration with our heterogeneous setup of production servers, and for the third party library support which we've found was able to address some challenging aspects of our business problem.
Read full review
Return on Investment
JetBrains
  • IntelliJ wasn't provided as complimentary, but the pricing was reasonable. We're healthcare organization of which our applications used to be mission critical and affect to patient safety, we were willing to pay the price.
  • With the pricing, business support was good and well conducted during the project.
  • Overall it was cost-effective as it saved our developers' time in general. (We don't have quantitative measure but we got feedback from them)
Read full review
Oracle
  • The different versions make it harder to work with other companies where some use newer versions while some use older versions, costing time to make them compatible.
  • Licenses are getting to be costly, forcing us to consider OpenJDK as an alternative.
  • New features take time to learn. When someone starts using them, everyone has to take time to learn.
Read full review
ScreenShots

IntelliJ IDEA Screenshots

Screenshot of IntelliJ IDEA interface overview: the Project tool window (left) outlines the code structure and the Editor (right) is used to read, write, and explore the source code.Screenshot of IntelliJ IDEA analyzing the context. It then suggests the most applicable and relevant code.Screenshot of the Search Everywhere window, where users can search for files, actions, classes, symbols, settings, UI elements, and anything in Git, all from a single entry point.Screenshot of inspections to help find probable bugs and dead code, detect performance issues, and improve the overall code structure by providing quick-fixes for any code that contains potential concerns.Screenshot of IntelliJ IDEA's support for frameworks with dedicated assistance for Jakarta EE, JPA, Reactor, Spring and Spring Boot, and other popular frameworks.Screenshot of the AI Assistant that provides AI-powered features for software development. It can explain code, answer questions about code fragments, provide code suggestions, generate documentation, and commit messages.