nomoney4u
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by nomoney4u on 1/9/2025 in #java-help
Configuring Eclipse to use explode war with Tomcat for debugging
I'm a bit new to the Java world and am trying to configure my local environment for a new job. I was able to load my project into IntelliJ Ultimate (IJU) and am trying to replicate the same configuration but in Eclipse because it seems that the
Web
module/plugin for IJU is not available for IJ CE. Can anyone or @dan1st | Daniel help me configure my Eclipse for this project?
Goal: Able to add breakpoint and/or hot-reload Java codes for debugging and development without having to constantly compile and deploy the war file.
Thank you in advance.307 replies
Trying to understand this abstract code (and use it elsewhere)
I am trying to get access to SimpleRandomWalkDungeonGenerator.RunProceduralGeneration from another class but I understand that it is protected. I'm not sure how get access to that function without removing abstract from AbstractDungeonGenerator (stuffs will break). Does anyone have any suggestions?
12 replies