

IntelliJ IDEA + JDK 21 java.util.concurrent package problem - TimeUnit class is not available
Feb 06, 2024 am 10:00 AMI have a problem when I try to use the timeunit class in java.util.concurrent. It happened in oracle jdk 21.0.1 (configuration below) intellij idea 2023.1.5 (community edition) - current latest update (update: as I thought at first , since I ran the update - see solution below).
Configuration on my computer (obtained via java -version in the console):
java version "21.0.1" 2023-10-17 lts
java(tm) se runtime environment (build 21.0.1+12-lts-29)
java hotspot(tm) 64-bit server vm (build 21.0.1+12-lts-29, mixed mode, sharing)
I've checked that I have jdk 21 set in the intellij project structure menu, including the "Projects" and "Modules" sections.
In the screenshot below you can see the basic class created for testing purposes. Some concurrency package classes can be imported fine, but for some reason, the timeunit
class cannot be imported.
Meanwhile, you can see in the screenshot that the app still works despite the issues I have running it.
I don't see this problem when I use java 17 in the ide configuration.
Can you help understand why this problem occurs and how to solve it?
And one more thing. When I enter the "About intellij idea" menu I see the next configuration:
Runtime version: 17.0.7+10-b829.16 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
I'm not sure why it says version 17, could this be the cause of the problem?
Correct Answer
During my search, I found the solution.
The followingSimilar problem topics discussed here, I manually updated IntelliJ to the 2023.2.5 version again, and now the problem has been solved.
It seems that when updating IntelliJ, you may need to perform multiple update processes continuously.
The above is the detailed content of IntelliJ IDEA + JDK 21 java.util.concurrent package problem - TimeUnit class is not available. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Yes, H5 page production is an important implementation method for front-end development, involving core technologies such as HTML, CSS and JavaScript. Developers build dynamic and powerful H5 pages by cleverly combining these technologies, such as using the <canvas> tag to draw graphics or using JavaScript to control interaction behavior.

Start Spring using IntelliJIDEAUltimate version...

How to use JavaScript or CSS to control the top and end of the page in the browser's printing settings. In the browser's printing settings, there is an option to control whether the display is...

Compatibility issues of multi-row overflow on mobile terminal omitted on different devices When developing mobile applications using Vue 2.0, you often encounter the need to overflow text...

Regarding the reasons and solutions for misaligned display of inline-block elements. When writing web page layout, we often encounter some seemingly strange display problems. Compare...

The size of a Bootstrap list depends on the size of the container that contains the list, not the list itself. Using Bootstrap's grid system or Flexbox can control the size of the container, thereby indirectly resizing the list items.

XML formatting tools can type code according to rules to improve readability and understanding. When selecting a tool, pay attention to customization capabilities, handling of special circumstances, performance and ease of use. Commonly used tool types include online tools, IDE plug-ins, and command-line tools.

The method of customizing resize symbols in CSS is unified with background colors. In daily development, we often encounter situations where we need to customize user interface details, such as adjusting...