Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » nsembedstring_new
nsembedstring_new [message #441830] Wed, 25 August 2004 21:47 Go to next message
Ryan Manuel is currently offline Ryan ManuelFriend
Messages: 13
Registered: July 2009
Junior Member
Hello,

I have been working on an embedded mozilla project in windows and to do
so I needed to download the source for org.eclipse.swt. Things were
working fine but I just updated the source to the current version in the
repository and now when I try to run my code I get the following error:

java.lang.UnsatisfiedLinkError: nsEmbedString_new
at
org.eclipse.swt.internal.mozilla.XPCOM.nsEmbedString_new(Nat ive Metho
d)
at
org.eclipse.swt.internal.mozilla.nsEmbedString.<init>(nsEmbedString.j
ava:41)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:128)
at
edu.mit.lcs.haystack.ozone.standard.widgets.Mozilla.<init>(Mozilla.ja
va:52)

It's as if the link for the native method nsEmbedString_new isn't there.
Does anyone have any ideas what might be causing this?

Thanks,
Ryan
Re: nsembedstring_new [message #441872 is a reply to message #441830] Thu, 26 August 2004 16:07 Go to previous message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
Hi Ryan,

Try getting the latest from org.eclipse.swt.win32 in HEAD.

Chris
Previous Topic:Specify a valid XML Schema and try loading again - error
Next Topic:Layout problems with StyledText
Goto Forum:
  


Current Time: Mon Sep 23 14:01:30 GMT 2024

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

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

Back to the top