Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Jacky Liu
Total activity
612
Last activity
April 21, 2026 06:37
Member since
November 17, 2022 02:57
Following
0 users
Followed by
2 users
Votes
9
Subscriptions
244
Activity overview
Articles (0)
Posts (0)
Comments (359)
Sort by recent activity
Recent activity
Votes
Created
July 30, 2024 07:05
Hi,Please elaborate on your question.> I'm writing an addonIs it a plugin for IDEA or a stand-alone program? Can you show some examples for the @docParam?
Community
IntelliJ IDEA Users
Is there a way to customize the JavaDoc template for a specific project?
0 votes
Edited
July 26, 2024 17:23
Hello,Your project has some problems, and it is not IDEA-related.Your data is stored and loaded from the embedded H2 database but not from the postgress db. Here is the simple way to prove it:1. cr...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Edited
July 24, 2024 15:42
Hello, can you share a link of the old post? The run with Coverage menu should work. There are some discussions here: https://youtrack.jetbrains.com/issue/IDEA-349367/Show-coverage-per-test-option-...
Community
IntelliJ IDEA Users
How to enable "Show Tests Covering Line" on Intellij 2024?
0 votes
Created
July 24, 2024 14:06
Hi Torgeir , at the time IDEA 2022.2.5 was released, JDK 21 had not yet been released. According to https://www.jetbrains.com/help/idea/2024.1/supported-java-versions.html#-6zw9rr_2, Java 21 has be...
Community
IntelliJ IDEA Users
Cannot resolve symbol 'ChronoUnit'
0 votes
Edited
July 24, 2024 12:34
I checked your project again. If you are talking about the database in https://intellij-support.jetbrains.com/hc/en-us/community/posts/19638866362514/comments/19658551063570, it's the database on y...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Created
July 24, 2024 10:45
The table must be created before it can be selected. Please execute SQL in the file src/main/resources/schema.sql first:CREATE TABLE IF NOT EXISTS song (id SERIAL PRIMARY KEY, name VARCHAR(255), co...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Created
July 24, 2024 04:03
Clai Please try if this works for you:menu File | Settings | Build, Execution, Deployment | Coverage, enable option Track per test coverage.Then rerun the test coverage.
Community
IntelliJ IDEA Users
How to enable "Show Tests Covering Line" on Intellij 2024?
0 votes
Edited
July 23, 2024 14:43
Hi, please try setting the host value to 0.0.0.0 in the IDEA Database toolwindow. Then, the database should be able to connect to it.The reason is that if you check the log in the docker db image, ...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Created
July 16, 2024 13:35
Please provide a minimal sample project so I can reproduce the issue without including your sensitive code. Thank you! Could you upload it to https://uploads.jetbrains.com (https://uploads.jetbrain...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Created
June 13, 2024 14:39
Hello, It seems you are facing the problem https://youtrack.jetbrains.com/issue/IDEA-351703/Error-building-JavaFX-artifact-in-IntelliJ-IDEA According to our developer's advice: Please use Maven ta...
Community
IntelliJ IDEA Users
Cannot build Java 8 Project with system Java version being latest [RESOLVED]
0 votes
«
First
‹
Previous
Next
›
Last
»