aspose file tools
The moose likes Java in General and the fly likes Exception occured during Event Dispatching Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Exception occured during Event Dispatching" Watch "Exception occured during Event Dispatching" New topic
Author

Exception occured during Event Dispatching

Chandhrasekar Saravanan
Ranch Hand

Joined: Jun 16, 2002
Posts: 57
Hi,
I am getting the following error,

Exception occured during Event Dispatching:
java.lang.NoSuchMethodError:java/net/URLEncoder.encode(Ljava/lang/String;Ljava/lang/String Ljava/lang/String;
at getURLPostString2.<init> (bytecode 552)
at getURL2.<init> (bytecode 200)
at testFrame.actionPerformed(bytecode 224)
at java.awt.Button.processActionEvent(bytecode 12)---- --
I initially had URLEncoder.encode() method in getURLPostString2.java then i removed that method from that class itself. i have the right method now in testFrame.java, there is an other class called fetchURL.java which uses the same method and it doesnot throw any exception. but the same exception is occuring in getURLPostString2.java even when i removed encode method from getURLPostString2.java. i have done all the necessary stuff like saving it and recompiling it but still the problem persists
i am using jeode evm to compile my java files
why is this weird problem occuring even when we have removed that method.
Murali Nanchala
Ranch Hand

Joined: Mar 14, 2001
Posts: 74
Delete all the class files you have and try compiling again.


"It is almost always answered in the API" - Murali Nanchala
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Exception occured during Event Dispatching
 
Similar Threads
Problem with calling constructor from JNI code
servlet.jar location
Question regarding Init block
Exceptions while using Handlers
SimpleDateFormat class throws ArithmeticException: / by zero