Skip to content
Daniel Bradberry edited this page Aug 15, 2013 · 6 revisions

drozer Console

drozer complains it cannot find Java, and asks me to add it to .drozer_config.

In a few cases, drozer needs to use another executable on your machine. We try to find it on your PATH but that can fail (particularly if you are running Windows).

The fix is simple:

  1. If it doesn't already exist, create a file in your home folder (~/ or C:\Users<your name>) called .drozer_config.
  2. Insert the following at the bottom of the file:
[executables]
java = C:\path\to\java.exe

Restart your drozer console, and you are ready to go.

Clone this wiki locally