How to disable Java Decompiler in Eclipse -
i'm using eclipse mars 4.5.1 java decompiler (jd-eclipse plug-in v1.0.0).
for class have binary file in multiple locations, because using 1 workspace several projects.
jd keeps decompiling file, have source code it. can't link every binary file, because in locations it's packaged other binaries.
is there way prevent jd decompiling?
and if not, there way prevent jd decompiling altogether without uninstalling it?
i tried disabling through general -> startup , shutdown, didn't have effect.
Comments
Post a Comment