Is There Any Way To Modify A Java Program?
how can i modify a java program. the thing is that i only have the program and have no script no nothing. so i am thinking that is there any program or any way i can modify it? thx alot
I assume that the program is in the form of a CLASS file? It will need to be decompiled back into text from its byte code form. Never done it before but found this: http://members.fortunecity.com/neshkov/dj.html#
I assume that the program is in the form of a CLASS file? It will need to be decompiled back into text from its byte code form. Never done it before but found this: http://members.fortunecity.com/neshkov/dj.html#