Compile jad file

T

the_znail

I've decompiled an application to byte code with jad.exe, but is it
possible to recompile the file again in some easy way? It's not source
code, just a class that I decompiled to byte code, edited and now want
to recompile, but how?
 
I

Ike

edit it in djdecompiler, and save it. Make sure when you save it you save it
with the .java extension, and WHERE you save it to.

Now, just go compile the new file you have saved, with whatever means you
typically use to compile a .java filr. -Ike
 
R

Roedy Green

I've decompiled an application to byte code with jad.exe, but is it
possible to recompile the file again in some easy way? It's not source
code, just a class that I decompiled to byte code, edited and now want
to recompile, but how

You disassembled or decompiled. If you decompiled, you just compile
with Javac after some minor tweaks. If you disassembled, you need to
get your code in Jasmin format and compile it . See
http://mindprod.com/jgloss/jasm.html

see http://mindprod.com/jgloss/decompiler.html
http://mindprod.com/jgloss/disassembler.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,054
Members
48,769
Latest member
Clifft

Latest Threads

Top