Jump to content

jad files

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
imlou

imlou

    Newbie

  • Members
  • Pip
  • 1 posts
I used JAD to decompile a .class file and change it to a .jad file so that i could edit it in notepad, how would i now convert it to .class so that that it could be compiled back into my .jar project.
And if this is not possible, could someone direct me toward a program that could convert a .class file into text that is decipherable so that i could edit it and compile it back into my .jar project?

as you can tell i am new to this so please take it easy on flaming the hell out of me.

#2
Victor

Victor

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
I have little idea what you're talking about. My only suggestion would be to use and IDE:
Welcome to NetBeans
www.eclipse.org/

You will find it immensely easier to write programs with either of these.

#3
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I think you shall check the parameters your passing to JAD.

I remember I used JAD once, and I used to end up with a .jad-file too, but after checking the parameters I came up with solution to output as pure Java-files. I can't remember the parameters anymore, but I think you shall check the parameters, and eventually a tutorial.