| Author |
Help cannot run JAR files on LINUX???
|
Dpk Sharma
Greenhorn
Joined: Nov 24, 2004
Posts: 1
|
|
I get the foloowing error message whenever I try to run any jar file on LINUX........ Pls Help..... The error message is Exception in thread "main" java.lang.UnsatisfiedLinkError: /root/j2sdk1.4.1/jre/lib/i386/libfontmanager.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
|
May the so
|
 |
Petr Blahos
Ranch Hand
Joined: Apr 28, 2004
Posts: 131
|
|
Hmmm, just a guess: Do you have compat-libstdc++ or libc-compat installed? I might be wrong but I think a library like that is needed. The exact name depends on a distro you are using. P.
|
Get a better web browser:<br /><a href="http://www.mozilla.org/products/firefox/switch.html" target="_blank" rel="nofollow">http://www.mozilla.org/products/firefox/switch.html</a>
|
 |
Layne Lund
Ranch Hand
Joined: Dec 06, 2001
Posts: 3061
|
|
Which JVM are you using? I've not had much luck with gjc (gcc's Java compiler) and the corresponding run-time, so I downloaded Sun's JDK and use it. I've not had a single problem with it. Layne
|
Java API Documentation
The Java Tutorial
|
 |
 |
|
|
subject: Help cannot run JAR files on LINUX???
|
|
|