Home » questions » is there any way to modify a java program?

is there any way to modify a java program?

2006-08-13 18:36:06, Category: Programming & Design
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

Answers

  1. Brian S

    On 2006-08-13 18:42:46


    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#