by Bryar | Aug 24, 2022 | Java, Linux, Maven, Tutorials |
Hello guys, So I’m working on Apache Guacamole and after deleting the npm-modules folder I’m getting so many license errors over 9k files needed a license to be added. Rat check: Summary over all files. Unapproved: 9199, unknown: 9199, generated: 0,...
by Bryar | Aug 24, 2022 | Debian 11, Java, Linux, Tutorials |
Hello guys, So we may have more than a version of Java on our Linux system as for my case I have both OpenJDK 1.8 and OpenJDK 11…. it is so easy to switch between versions on linux…. On commandline execute: update-alternatives –config java There you...
by Bryar | Aug 23, 2022 | Debian 11, Java, Linux, Tomcat9 |
Hello guys, How are you doing? So basically to enable remote debugging on Debian 11 for tomcat9. Open the default tomcat9 file located under: /etc/default/tomcat9Then add: JAVA_OPTS=”${JAVA_OPTS}...