Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jacky Liu
Total activity
441
Last activity
October 08, 2024 14:18
Member since
November 17, 2022 02:57
Following
0 users
Followed by
2 users
Votes
4
Subscriptions
179
Activity overview
Articles (0)
Posts (0)
Comments (258)
Jacky Liu
commented,
October 08, 2024 14:18
Hi Joachim,Can you provide more details about the project? Is it Maven/Gradle-based plus JUnit? A screenshot of the project structure might be helpful.
Community
IntelliJ IDEA Users
Ignore frontend directories when running tests on backend
0 votes
Jacky Liu
commented,
September 12, 2024 09:37
Hi, @Vmachacek. Can you provide more information about how you want to do this via a program or create an IDEA plugin?The test file schema isn't published. It's used internally.You may check the co...
Community
IntelliJ IDEA Users
Filter tests effectively
0 votes
Jacky Liu
commented,
September 12, 2024 09:25
Hello, the Jakarta EE feature only can be installed to IntelliJ IDEA Ultimate edition. You may check it at File | Settings | Plugins page:
Community
IntelliJ IDEA Users
Java EE to Jakarta EE is not found in the Migrate menu
0 votes
Jacky Liu
commented,
September 11, 2024 14:09
Hi, is your JavaFX project based on Maven? I've created one project using IDEA's 2024.2.1, File | New | Project | JavaFx, which works well. Could you please provide a minimal sample project(maybe o...
Community
IntelliJ IDEA Users
The javafx.geometry.Pos library does not include in javafx
0 votes
Jacky Liu
commented,
September 11, 2024 13:59
Hi Silviyageorge06, please provide a minimal sample project so I can reproduce the issue without including your sensitive code. If reproduced, I'll create an issue report for you.
Community
IntelliJ IDEA Users
Project setup issues in Intelij IDEA - Community Edition 2024.2 (java:diamond operator is not supported in source 1.5(use -source 7 or higher to enable diamond operator).)
0 votes
Jacky Liu
commented,
September 11, 2024 09:26
Hello, the diamond operator is supported from Java 7 onwards. Ensure your project language level is set to 7 or higher in IntelliJ IDEA. Go to File → Project Structure → Project, and set 'Project l...
Community
IntelliJ IDEA Users
Project setup issues in Intelij IDEA - Community Edition 2024.2 (java:diamond operator is not supported in source 1.5(use -source 7 or higher to enable diamond operator).)
0 votes
Jacky Liu
commented,
September 10, 2024 10:19
The path used by getResourceAsStream is, in fact, a URL, so try replacing the space character with %20 to try again.
Community
IntelliJ IDEA Users
ImageIO.read(getClass().getResourceAsStream returns null
0 votes
Jacky Liu
commented,
September 10, 2024 07:18
Hello,It's not supported so far. Would you mind creating a feature request at https://youtrack.jetbrains.com/newIssue?project=IDEA, and I'll assign it to the right developer?Please share the link t...
Community
IntelliJ IDEA Users
Can IntelliJ inspections assume that every parameter or instance variable is `@Nonnull` without actually adding it?
0 votes
Jacky Liu
commented,
September 06, 2024 14:59
Hello,I've successfully run a simple Java GUI program using NVIDIA GPU, but there is nothing todo with IDEA's GPU card. Please check if the following works for you too:NVIDIA Settings Open the NV...
Community
IntelliJ IDEA Users
How to enforcing use of GPU
0 votes
Jacky Liu
commented,
September 06, 2024 12:06
Hi, the Matched brace guide line only get highlighted when your caret near it, I suggest to install this plugin https://plugins.jetbrains.com/plugin/20710-rainbow-brackets-lite--free-and-opensource...
Community
IntelliJ IDEA Users
Matched brace guide - Seems not working
0 votes