error while installing a Java jar file

Using applications, configuring, problems
Post Reply
Message
Author
Browny
Posts: 59
Joined: Tue 13 Feb 2007, 03:41

error while installing a Java jar file

#1 Post by Browny »

Dear all,

I am trying to run one of my jar file for my own application. Its giving me an error

Exception in thread "main" java.lang.NoSuchFieldError: LIB_PATH_ENV
at org.jdesktop.jdic.browser.InternetExplorerEngine.<clinit>(Unknown Source)
at org.jdesktop.jdic.browser.BrowserEngineManager.initExitingEngines(Unknown Source)
at org.jdesktop.jdic.browser.BrowserEngineManager.<init>(Unknown Source)
at org.jdesktop.jdic.browser.BrowserEngineManager.instance(Unknown Source)
at BrowserTest.main(BrowserTest.java:18)

But this jar file is running fine in Fedora core 6.

Help me to resolve this error

Thanks in advance,
Browny

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#2 Post by HairyWill »

What versions of java are being used in the two installs?
What version did you compile with?
read this
http://java.sun.com/j2se/1.4.2/docs/api ... Error.html

org.jdesktop.jdic.browser.InternetExplorerEngine
http://fisheye5.cenqua.com/browse/jdic/ ... java?r=1.9

Not being unfriendly but you are much more likely to get a sensible solution on a java programming forum.
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

Browny
Posts: 59
Joined: Tue 13 Feb 2007, 03:41

#3 Post by Browny »

I have upgraded the java version from 1.5 update 11 to java version 1.6. After upgrading tha jar file asked me some jibrary file like libgnome, libbonobo, libgconf, libesd, libdbus, libselinux. I have put all those .so files into puppy.

There is again an error which is

libselinux.so: cannot locate TLS data.

could you help me to resolve this issue

Post Reply