Month: July 2015
-
Refresh Gradle build.gradle Dependencies
In Project Explorer: Right click on Gradle project Gradle Refresh All New dependencies should be downloaded and project refreshed. Java import statements for new Gradle project dependencies should work after this.
-
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…
-
Android Security Fix MMS Flaw
Android security fix MMS flaw – Turn Off MMS Message Auto retrieve. Below is only a workaround for Android’s MMS Security Flaw (aka Stagefright) Please update your Android phone ASAP. There are several other flaws related to Stagefright that this workaround will not help! Android Security Fix Steps Step 1 – Hangouts or Messaging If you’re…