dan1st
JCHJava Community | Help. Code. Learn.
•Created by Phước Nguyên on 5/26/2025 in #java-help
PacMan code help needed
Can you show the relevant code (not just the whole code of your project) and describe how it doesn't do what you expect it to do?
6 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 5/24/2025 in #java-help
run gradle custom plugin
but I'm not into Gradle that much tbh
16 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 5/24/2025 in #java-help
run gradle custom plugin
I think that's if you define a plugin within the build.gradle.kts or something like that
16 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 5/24/2025 in #java-help
run gradle custom plugin
if it's registered for Gradle, it's probably fine
16 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 5/24/2025 in #java-help
run gradle custom plugin
that means that IntelliJ doesn't know any place where it is used but that doesn't mean it's actually unused
16 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 5/24/2025 in #java-help
run gradle custom plugin
16 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
As I said, I think IntelliJ didn't properly load it
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
other languages may have similar concepts or even other things with the same name though
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
packages are specific to the JVM
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
packages are folders that Java understands
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
open it in the file explorer of your OS and you'll see
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
packages are just folders
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
The project on the left seems perfectly fine
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
I think it's just the project not loaded correctly
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
and you can create nested packages
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
these folders are just packages - IntelliJ just doesn't display it properly
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
just create packages as you like?
59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
So on the right, you have a package
com.example.todoappdeel3
but IntelliJ is just not loading it properly59 replies
JCHJava Community | Help. Code. Learn.
•Created by Timo on 5/25/2025 in #java-help
need to restructure the filesctructure in springboot project
a package with the name
a.b.c
is a folder a
with a folder b
with a folder c
59 replies
JCHJava Community | Help. Code. Learn.
•Created by wangzic on 5/25/2025 in #java-help
I‘m Like java
Are you attempting to ask a question?
5 replies