Tag: java

  • Eclipse – Add Java Gradle Project to existing Eclipse Project

    How to add a java Gradle Project into an existing Eclipse project Start by importing your required Java Gradle projects into Eclipse’s Project Explorer. Highlight your main project in Project Explorer. This is the project you want to add a Gradle java project to (so you can use import statements on packages found in the other Gradle project).…

  • Kill Tomcat on Mac

    How To Kill Tomcat on Mac when IntelliJ IDEA or Eclipse has crashed or you forgot to stop Tomcat before closing Eclipse. Step 1: find which java process is Tomcat Start Activity Monitor (Applications > Utilities), then order list by Process name Scroll to find java processes Note the PID #’s (process ID’s) Step 2: Pause java…