szatkus
szatkus
JCHJava Community | Help. Code. Learn.
Created by FirasRG on 12/31/2024 in #java-help
[Philosophy] SE, Why we don't do it correctly ?
You know you can follow SOLID without remembering exact terms?
107 replies
JCHJava Community | Help. Code. Learn.
Created by FirasRG on 12/31/2024 in #java-help
[Philosophy] SE, Why we don't do it correctly ?
So, you mean free?
107 replies
JCHJava Community | Help. Code. Learn.
Created by FirasRG on 12/31/2024 in #java-help
[Philosophy] SE, Why we don't do it correctly ?
Like, that's the whole point.
107 replies
JCHJava Community | Help. Code. Learn.
Created by FirasRG on 12/31/2024 in #java-help
[Philosophy] SE, Why we don't do it correctly ?
I don't think I've seen a manager making problems because some senior helped a junior with a task.
107 replies
JCHJava Community | Help. Code. Learn.
Created by FirasRG on 12/31/2024 in #java-help
[Philosophy] SE, Why we don't do it correctly ?
Yeah, my perspective is pretty skewed because I already know how to avoid bad companies.
107 replies
JCHJava Community | Help. Code. Learn.
Created by FirasRG on 12/31/2024 in #java-help
[Philosophy] SE, Why we don't do it correctly ?
It sounds like you describe some disfunctional company.
107 replies
JCHJava Community | Help. Code. Learn.
Created by Dymension on 12/23/2024 in #java-help
how do i unit test singleton classes in java?
And you probably don't need Mockito for that.
7 replies
JCHJava Community | Help. Code. Learn.
Created by Dymension on 12/23/2024 in #java-help
how do i unit test singleton classes in java?
Just call a method from that singleton?
7 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
28 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
I think it's possible to upgrade bookworm to sid.
28 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
sid is unstable, but I heard that in practice is pretty stable, Debian is just very conservative.
28 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
Distribution. bookworm is the latest stable distribution of Debian, so it won't have recent versions of packages.
28 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
65.0 is Java 21, and the newest JDK for bookworm is only 17. Change distro.
28 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
Here you are, that package is only available for trixie and sid https://packages.debian.org/search?keywords=openjdk-23-jdk&searchon=names&suite=all&section=all
28 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
What is your lsb_release -a?
28 replies
JCHJava Community | Help. Code. Learn.
Created by Franc on 12/19/2024 in #java-help
i need help with installing java runtime on putty
Maybe there's not JDK 23 for your distro?
28 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 12/18/2024 in #java-help
Help with interfaces/ inheritance
Sealed classes.
11 replies
JCHJava Community | Help. Code. Learn.
Created by Lithor on 11/27/2024 in #java-help
New to JSP and Servlet - Struggling with database
Could happen if you have some dependency that tries to load javax.
18 replies
JCHJava Community | Help. Code. Learn.
Created by Lithor on 11/27/2024 in #java-help
New to JSP and Servlet - Struggling with database
But it seems you have Jakarta everywhere?
18 replies
JCHJava Community | Help. Code. Learn.
Created by Lithor on 11/27/2024 in #java-help
New to JSP and Servlet - Struggling with database
Users of Tomcat 11 onwards should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. This will almost certainly require code changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 11 and later. A migration tool has been developed to aid this process.
18 replies