Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Lejia Chen
Follow
New articles and posts
New articles, posts, and comments
Total activity
150
Last activity
March 20, 2023 05:41
Member since
April 30, 2020 07:26
Following
0 users
Followed by
2 users
Votes
3
Subscriptions
62
Activity overview
Articles (1)
Posts (1)
Comments (83)
Lejia Chen
commented,
March 20, 2023 05:41
Sadly this is an issue in the new UI. Please vote for https://youtrack.jetbrains.com/issue/IDEA-302805/
Community
IntelliJ IDEA Users
about InteliJ idea 2022.3.3 new UI
0 votes
Lejia Chen
commented,
March 14, 2023 03:22
The IntelliJ system would be sufficient for you.But if you need to add some dependencies to this project, manage these dependencies, or need some other features (like building projects from the com...
Community
IntelliJ IDEA Users
no main manifest attribute, in helloworld.jar - absolute beginner
0 votes
Lejia Chen
commented,
March 13, 2023 12:36
Hi,You may use the wrong steps/configuration to generate the jar which doesn't include a correct `META-INF/MANIFEST.MF` in the jar indicating the main method entry.Please try the guide here to see ...
Community
IntelliJ IDEA Users
no main manifest attribute, in helloworld.jar - absolute beginner
0 votes
Lejia Chen
commented,
March 13, 2023 08:52
Hi @Евгений, from my checking, this should work in the latest IDEA version. Could you please open the problem file in the IDEA and share a screenshot of the full IDEA window here showing this probl...
Community
IntelliJ IDEA EAP Users
Android and Cannot find the declaration of element 'manifest'?
0 votes
Lejia Chen
commented,
March 09, 2023 05:08
You need either change the `implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'` to `api 'com.fasterxml.jackson.core:jackson-databind:2.14.2'` in `traac-core` project.Or add the `im...
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Lejia Chen
commented,
March 09, 2023 03:40
Hi,You can try the 2021.2.x IntelliJ IDEA version available at https://www.jetbrains.com/idea/download/previous.html which supports Windows 7 64-bit.
Community
IntelliJ IDEA EAP Users
Which version is suitable Intellij IDEA
0 votes
Lejia Chen
commented,
March 09, 2023 03:31
The `traac-core` 2.4.0 might depend on the `jackson` but the `2.5.0` does not.Add `implementation in your `build.gradle`'s `dependencies` section and reimport it to fix it.
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Lejia Chen
commented,
March 06, 2023 02:12
Check the `compileClasspath` section below. Your `traac-core` library doesn't depend on the `jackson` library.So the importing/compilation doesn't work for you.Try to add a `jackson` library direct...
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Lejia Chen
commented,
March 03, 2023 06:08
Please run `gradle dependencies` from the Terminal and share the output here.I suspect the `traac-core` library doesn't depend on the `jackson` library for some reason.
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes
Lejia Chen
commented,
March 03, 2023 04:40
Hi,Can you build/run the project successfully in the IDEA? Also, try the `gradle build` from the Terminal to see if it builds.Please close the IDEA, and remove the `.idea` in this project folder ro...
Community
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 votes