| Author |
how to update a class file
|
Maya Pillai
Ranch Hand
Joined: Jul 17, 2008
Posts: 60
|
|
Hi,
I have created a ear file and deployed it in Jboss.Is it possible to change/update a class file inside the ear file.Is there any option like that or do I have to create ear file again?
Thanks
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8146
|
|
|
Do you mean you want to replace the .class file? If your application is already deployed and you want to replace the .class file, you can do that but the changes will not be reflected unless you redeploy the application.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: how to update a class file
|
|
|