Unique problem

One of my java pages is giving a class can not be resolved error.That class iam taking from a jar file.I have imported the classes with proper pathBut the strange part is other classes in my app are able to recognize that class.Please advise what could be the
[300 byte] By [java_jamboreea] at [2007-11-26 13:23:24]
# 1
Two possibilities I can think of1) You have changed the package of the class and not re-compiled everything.2) You have changed the name of the class and not re-compiled everything.
sabre150a at 2007-7-7 17:55:46 > top of Java-index,Java Essentials,Java Programming...
# 2
Thanks Sabre for the reply.I have not changed anything in the jar file.Only the class file which is using that jar file that too minor quality fixes.Jar file was not touched.Please advise
java_jamboreea at 2007-7-7 17:55:46 > top of Java-index,Java Essentials,Java Programming...
# 3
can you show me the codes of your page and the class name including package hiberarchy.
jwena at 2007-7-7 17:55:46 > top of Java-index,Java Essentials,Java Programming...
# 4
actually now i reverted back to my old code.........now i am getting class format error: java class(Illegal UTF8 string in constant pool).please adivse .......looks like some jdk issue.
java_jamboreea at 2007-7-7 17:55:47 > top of Java-index,Java Essentials,Java Programming...
# 5
hey dude please help us with the code ........... things would faster that way
Novice_inJAVAa at 2007-7-7 17:55:47 > top of Java-index,Java Essentials,Java Programming...