I have created and deployed a WAR file in
JBOSS. After this I added another
java class into my application. But this new class is not getting reflected in my WAR file.
Even the changes I made to the current class file are not getting reflected.
I am getting the same output even after making changes in my java class.
for example
my old class
my new class
But i always get the output as hiiiiiiiiiiiiiiiiiiii..............
When I add a new class i get the error, ******** class is unavailable to load.
Can any one help me out in this!!!