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!

[544 byte] By [vshah007a] at [2007-10-1 22:25:45]
# 1

What do you mean by "compilation fails in the local environment"? It sounds like you may have an older version of the class (with the old methods) on the classpath, or stuck in a running ClassLoader. Do you have the error that you saw? It make be worth it to double check your classpaths and make sure that only the new version is on the classpath.

passmorea at 2007-7-13 8:40:00 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
i do not have versions. i have only one copy. i just copied and opened somebody else's app from my local drive. that's what seems crazy.I am not a novice and I am the only one who is working with this environment in the company
vshah007a at 2007-7-13 8:40:00 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...