Ask Your Question
0

While creating a new project, the Java icon is not visible in IntelliJ IDEA.

asked 2021-09-11 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-05-25 03:00:00 +0000

woof gravatar image

There could be multiple reasons why the Java icon is not visible in IntelliJ IDEA. Here are a few possible solutions:

  1. Check if the Java Development Kit (JDK) is properly installed on the system. If not, download and install the latest JDK version.

  2. Make sure that IntelliJ IDEA is configured to use the correct JDK version. Go to File -> Project Structure -> SDKs and select the appropriate JDK version.

  3. Check if the Java plugin is enabled in IntelliJ IDEA. Go to File -> Settings -> Plugins and make sure that the Java plugin is enabled.

  4. If none of the above solutions work, try resetting the IntelliJ IDEA settings to default. Go to File -> Manage IDE Settings -> Restore Default Settings and restart IntelliJ IDEA.

If the issue still persists, try reinstalling IntelliJ IDEA or consult the official IntelliJ IDEA documentation for further assistance.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-11 11:00:00 +0000

Seen: 16 times

Last updated: May 25 '21