Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » java.lang.UnsatisfiedLinkError:IsHungAppWindow
java.lang.UnsatisfiedLinkError:IsHungAppWindow [message #456238] Fri, 27 May 2005 08:12 Go to next message
Benjamin Pasero is currently offline Benjamin PaseroFriend
Messages: 337
Registered: July 2009
Senior Member
Hi,

I am recently getting the UnsatisfiedLinkError: IsHungAppWindow

I never saw this error before. According to MSDN, this tells me
that the Application was not responding for some time. But why
is this resulting in an SWTException?

Ben
Re: java.lang.UnsatisfiedLinkError:IsHungAppWindow [message #456240 is a reply to message #456238] Fri, 27 May 2005 10:03 Go to previous messageGo to next message
Benjamin Pasero is currently offline Benjamin PaseroFriend
Messages: 337
Registered: July 2009
Senior Member
The source of this issue seem to be all JFace Dialogs I am using in my
application. A user complains about hangs and unresponive GUI when
opening JFace dialogs.

Since I am using an old (standalone) version of JFace, could it be
that recent changes in SWT have broken with that JFace version. Any
ideas what change could be the source? Maybe the fix for Display#update()?

Ben

> Hi,
>
> I am recently getting the UnsatisfiedLinkError: IsHungAppWindow
>
> I never saw this error before. According to MSDN, this tells me
> that the Application was not responding for some time. But why
> is this resulting in an SWTException?
>
> Ben
Re: java.lang.UnsatisfiedLinkError:IsHungAppWindow [message #456249 is a reply to message #456240] Fri, 27 May 2005 15:03 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
The message you are seeing is coming from Java. What this means is that
they are running an old version of the SWT dll that doesn't match the SWT
jars. The old dll doesn't have the entry point for this function.

"Benjamin Pasero" <bpasero@rssowl.org> wrote in message
news:d76rhm$9uq$1@news.eclipse.org...
>
> The source of this issue seem to be all JFace Dialogs I am using in my
> application. A user complains about hangs and unresponive GUI when
> opening JFace dialogs.
>
> Since I am using an old (standalone) version of JFace, could it be
> that recent changes in SWT have broken with that JFace version. Any
> ideas what change could be the source? Maybe the fix for Display#update()?
>
> Ben
>
> > Hi,
> >
> > I am recently getting the UnsatisfiedLinkError: IsHungAppWindow
> >
> > I never saw this error before. According to MSDN, this tells me
> > that the Application was not responding for some time. But why
> > is this resulting in an SWTException?
> >
> > Ben
Previous Topic:OSX "unexpectedly quit"
Next Topic:How to CUT an image region
Goto Forum:
  


Current Time: Thu Apr 25 19:50:30 GMT 2024

Powered by FUDForum. Page generated in 0.03245 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top