Method not found
I have Oracle 9i App server and I am using jdev as IDE. I did the following
1. Update java file (added 2 new methods) compiled and created class file
2. Opened the class file through DJ decompiler and made sure that those 2 methods are created in the new class
3. Updated jsp page and used these 2 new methods. Compiled. compilation fails in the local environment. Why I do not know. It just says that the methods not found in the class.
Why does this happen? Can somebody give any ideas?
Thanks in advance!

