You are not logged in.
Pages: 1
...does anyone know of one?
I'm only looking to make very minor changes to some classes in a .jar, so it doesn't have to be too fancy.
I've already tried this eclipse plugin:
http://andrei.gmxhome.de/bytecode/links.html
but couldn't get it to work.
Any other suggestions
cheers!
Offline
no need to edit the bytecode directly.
unzip, jad( java decompiler) the classfile, change the javafile, compile changed javafile and package the whole thing up again.
Offline
yeah - that's exactly what I'm doing
just wanted a slightly quicker, more convienient way...
thanks anyway
Offline
Pages: 1