dan1st
JCHJava Community | Help. Code. Learn.
•Created by lalande on 4/22/2025 in #java-help
minecraft forge 1.12.2 server launch issue
So either use Java 8 or update Minecraft
6 replies
JCHJava Community | Help. Code. Learn.
•Created by lalande on 4/22/2025 in #java-help
minecraft forge 1.12.2 server launch issue
Seems like you are running a program expecting Java 8 on a newer Java version
6 replies
JCHJava Community | Help. Code. Learn.
•Created by Rocky1904 on 4/20/2025 in #java-help
que related to java spring
With Spring Boot: Try to not specify versions (except for the parent or spring-boot-dependencies) but let Spring handle the versions it can handle
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Rocky1904 on 4/20/2025 in #java-help
que related to java spring
For versions: Prefer the latest ones but make sure they are compatible. The official docs might help.
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Rocky1904 on 4/20/2025 in #java-help
que related to java spring
If you still want to do it, you might want to check out this tutorial: https://www.baeldung.com/spring-boot-jsp
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Rocky1904 on 4/20/2025 in #java-help
que related to java spring
For your specific example: I wouldn't recommend using JSP with Spring as you'll probably have a few issues with that approach (e.g. it only works if you package your application as a .war file and not a .jar)
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Matt on 4/19/2025 in #java-help
Coding road map
https://learn.java/learning/tutorials/ has a list of topics - if you have no idea about some, you might want to look into these
7 replies
JCHJava Community | Help. Code. Learn.
•Created by _tureino on 4/19/2025 in #java-help
Chat simulation
What are you using as a text box?
8 replies
JCHJava Community | Help. Code. Learn.
•Created by RMBL. on 4/19/2025 in #java-help
Oracle 19c db installation problem
and maybe also use a better admin password
8 replies
JCHJava Community | Help. Code. Learn.
•Created by RMBL. on 4/19/2025 in #java-help
Oracle 19c db installation problem
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Mr Kod3ra on 4/18/2025 in #java-help
Memory leak
I think VisualVM can analyze heapdumps as well
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Mr Kod3ra on 4/18/2025 in #java-help
Memory leak
You can make a heap dump and analyze it with something like Eclipse MAT (Memory Analyzer Tool)
8 replies
JCHJava Community | Help. Code. Learn.
•Created by mukul on 4/18/2025 in #java-help
lombok
if you don't have any more questions about it,probably
44 replies
JCHJava Community | Help. Code. Learn.
•Created by mukul on 4/18/2025 in #java-help
lombok
went to the lombok website and clicked on download
44 replies
JCHJava Community | Help. Code. Learn.
•Created by mukul on 4/18/2025 in #java-help
lombok
they aren't
44 replies
JCHJava Community | Help. Code. Learn.
•Created by mukul on 4/18/2025 in #java-help
lombok
you can always ask here - I don't really like helping in DMs for a few reasons
44 replies
JCHJava Community | Help. Code. Learn.
•Created by mukul on 4/18/2025 in #java-help
lombok
newer Spring Boot version --> newer Lombok version
44 replies
JCHJava Community | Help. Code. Learn.
•Created by mukul on 4/18/2025 in #java-help
lombok
Why?
44 replies
JCHJava Community | Help. Code. Learn.
•Created by mukul on 4/18/2025 in #java-help
lombok
Spring Boot sets a lombok version for you but you can tell it to use a specific lombok version like that
44 replies