Hello,
A newbie question. I am having trouble compiling dex2jar. When running the script gradlew, the last step produces an error:
...............
:dex-tools:clean UP-TO-DATE
:dex-translator:clean UP-TO-DATE
:dex-writer:clean UP-TO-DATE
:d2j-base-cmd:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':d2j-base-cmd:compileJava'.
> Could not find tools.jar
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 29.542 secs
I am running Ubuntu 15.10 on Virtual Box.