| | | | Browse by category |
Article ID: 1066
Last updated: 02 Feb, 2008
Problem
When running the setup program to install StudioJ, I receive numerous exceptions, such as:
E:>java setup
InstallShield Java (TM) Edition
Extracting installation code...................................done
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Component.dispatchEventImpl(Component.java:1817)
at java.awt.Container.dispatchEventImpl(Container.java:939)
at java.awt.Window.dispatchEventImpl(Window.java:443)
at java.awt.EventDispatchThread.run(Compiled Code)
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
Cause
There might be items in your CLASSPATH that are confusing the installer program. Many times Java IDEs insert paths in the CLASSPATH environment variable.
Action
When running the setup program to install StudioJ, I receive numerous exceptions, such as:
E:>java setup
InstallShield Java (TM) Edition
Extracting installation code...................................done
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Component.dispatchEventImpl(Component.java:1817)
at java.awt.Container.dispatchEventImpl(Container.java:939)
at java.awt.Window.dispatchEventImpl(Window.java:443)
at java.awt.EventDispatchThread.run(Compiled Code)
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: handleEvent
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
Cause
There might be items in your CLASSPATH that are confusing the installer program. Many times Java IDEs insert paths in the CLASSPATH environment variable.
Action
To install the product:
- Open a command prompt
- Temporarily set your CLASSPATH to be just the current directory. For Example:
set CLASSPATH=.
- Run the setup program:
java setup
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 1066
Last updated: 02 Feb, 2008
Revision: 1
Views: 2734
Posted: 27 Aug, 1998 by
Dean J.
Updated: 02 Feb, 2008 by
Dean J.
Others in this category
Powered by KBPublisher (Knowledge base software)