guillaume
Posts: 21
Nickname: salulezami
Registered: May, 2003
|
|
Re: Help, I need somebody Help
|
Posted: Jun 17, 2003 11:50 PM
|
|
I run a java application, and inside it, the user can modifie the code of some of sourcefile (in order to change some parameters). After modification, the source file is recompiled (in the application), but user's modifications are not available. So I have to reload the class file associated with the java file the user has modified. Then, the modifications will be available, isn't it ??
|
|