NoSuchMethodError
Hello all! I'm writing a java applet that among other things uses vectors and hashtables. I'm experiencing a very annoying problemthat I do not know how to solve.
When I run the applet under jBuilder every thing runs fine however when I compile it (I've compiled it with and without jBuilder) and try to run it inside IE 5.5 I get an exception thrown "java.lang.NoSuchMethodError:
java/util/Hashtable: method keySet()Ljava /util/Set; not found" This error pops up for just about anywhere I access a vector or a table. The documentation says that this error should happen a compilation time but for me it's happening at runtime any ideas? This is my biggest problem and I can't find a way to fix it i've imported everything and tried what I know...The web wasn't much help on this problem...anyone else find a way to fix this? I have downloaded and installed the latest jre and have the java 1.3.1 plugin in my control panel do i not have something setup correctly? Thanks for your help.

