Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Question on JSObject
Question on JSObject [message #178046] Thu, 02 November 2006 17:16 Go to next message
Eclipse UserFriend
Originally posted by: fariano2003.yahoo.com

When I run my program, the line of code below generates
java.lang.UnsatisfiedLinkError: initClass :

main_window = JSObject.getWindow(applet);

It seems that eclipse can not convert initClass in netscape.javascript to
java language. Is there any way out of this problem?

Thanks
Re: Question on JSObject [message #178105 is a reply to message #178046] Thu, 02 November 2006 21:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

Fariano wrote:
> When I run my program, the line of code below generates
> java.lang.UnsatisfiedLinkError: initClass :
>
> main_window = JSObject.getWindow(applet);
>
> It seems that eclipse can not convert initClass in netscape.javascript
> to java language. Is there any way out of this problem?
>
> Thanks
>
I'm not convinced that this has anything to do with Eclipse (that is,
while you are developing your application using Eclipse, it is running
on a library that is not part of Eclipse). Can you post a stack trace or
something and maybe we can help you out?

This might be a question better directed at the folks you got the
JavaScript library from.

Wayne
Re: Question on JSObject [message #178205 is a reply to message #178105] Fri, 03 November 2006 14:58 Go to previous message
Eclipse UserFriend
Originally posted by: fariano2003.yahoo.com

Wayne, Thanks for the response.
You are right. The problem does not have anything to do with Eclipse. As
I was searching the internet for solution, I read someone's comment
suggesting that "java.lang.UnsatisfiedLinkError: initClass :" could be
caused by security issues. After signing off my package (creating .cab
file) the problem went away.
Previous Topic:Eclipse 3.2.
Next Topic:Handling subprojects
Goto Forum:
  


Current Time: Sat Apr 27 02:46:43 GMT 2024

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

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

Back to the top