Hello.
I am developing a class manipulater in which I add and delete some fields and methods.
I have a main class which is connected to GUI.
Whenever I change a class, I have to restart the GUI in order to get the changes applied.
I would like to gently ask whether there is a way to recompile the class without restarting my GUI( in main class).
I am using eclipse.
I have a compiler method.
I copy the new class file into project/bin directory.
but, still the changes does not apply.
Plesae help.
Thanks in advance.