[ann] new version of jad decompiler plugin available
Hey Folks,
I just uploaded a new version of the jad decompiler plugin ideajad. Changes are only minor...
=> http://www.tagtraum.com/ideajad.html
Enjoy,
-hendrik
IdeaJad 691.1
=============
- Added support for decompiling whole jars
- Added icon
Please sign in to leave a comment.
I'm having some trouble configuring this to operate the way I expected
it to. Unless you want the decompiled source code mixed in with your own
source, you have to configure a separate source directory. You then
configure the plug-in to output there. However, when you do this, IDEA
now treats this directory like other source directories and tries to
compile any code it finds in there. I don't want it to try and compile
decompiled code, so I add it to the "excludes" list (Project
Properties/Paths/Exclude). But when you do this, the plug-in stops
working (I think it decompiles but it won't go to the decompiled class
afterwards).
Hendrik Schreiber wrote:
> Changes are only minor...
You're almost right, but you have to add the decompiled source directory to
be excluded in the compile settings, not the path settings.
N.
news.intellij.net wrote:
>
>> Hey Folks,
>>
>> I just uploaded a new version of the jad decompiler plugin ideajad.
>>
>> => http://www.tagtraum.com/ideajad.html
>>
>> Enjoy,
>>
>> -hendrik
>>
>> IdeaJad 691.1
>> =============
>> - Added support for decompiling whole jars
>> - Added icon
thanks, nathan for setting that straight.
-hendrik
Hendrik Schreiber wrote:
Hi Hendrik,
did you include my fixes for making it work on Linux ?
Edo
Hi Edo,
no, I didn't (cause I don't know what they are), but I'd love to!
can you help me out? what did you change?
-hendrik
One tiny suggestion:
My preference is to make the decompiled files read-only (File.setReadOnly)
Hendrik Schreiber wrote:
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================
Hendrik Schreiber wrote:
Hi Hendrik,
I copy and paste below this message I posted last November ...
Edo
(I don't know if creating a zip with the x attribute is possible in
windows). you need to chmod +x it
if you plan to use the stream in a next version, maybe use a TeeStream
whose second destination
(System.out/err is used on debug active ?).
throws IOException, InterruptedException {
So does anyone know how to decompile the whole jar?
Haven't found anything to do that yet...
Hendrik Schreiber wrote:
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================
In Classpath view, right-click the jar and select decompile.
"Erb" <dont@evenbother.com> wrote in message
news:b13p40$abl$1@is.intellij.net...
>
Changes are only minor...
>
>
>
>
>