mrk2001
Hi all
First of all am new to linux so pls b patient with me...
Now I'm developing an application on limited device(my graduation project) ,using embedded linux ( part of Red Hat 6.2 with kernel 2.4.16) and IBM java vertual macine.
when I tried to excute my application an error message is appear ?? really I don know is the error due to a java virtual machine or due to linux Os (due to being embedded version it doesn't contain every linux library)
any way the error message contain that part :
" java UnsatisfiedLinkError: ivegfx14 (libc.so.2: cannot open shared object file: No such file or directory) "
---> ivegfx14 is the library " java libraries" for graphics I added it
my self to other libraries
So
1- what is libc.so.2 ??
2- where can I find it ??
3- how can I make it open shared object ??
4-which libraries are responsible for graphics in linux I don't know is it contained in my linux version??
b4 all questions above is the problem with linux or with my beauty Java ME?????????
First of all am new to linux so pls b patient with me...
Now I'm developing an application on limited device(my graduation project) ,using embedded linux ( part of Red Hat 6.2 with kernel 2.4.16) and IBM java vertual macine.
when I tried to excute my application an error message is appear ?? really I don know is the error due to a java virtual machine or due to linux Os (due to being embedded version it doesn't contain every linux library)
any way the error message contain that part :
" java UnsatisfiedLinkError: ivegfx14 (libc.so.2: cannot open shared object file: No such file or directory) "
---> ivegfx14 is the library " java libraries" for graphics I added it
my self to other libraries
So
1- what is libc.so.2 ??
2- where can I find it ??
3- how can I make it open shared object ??
4-which libraries are responsible for graphics in linux I don't know is it contained in my linux version??
b4 all questions above is the problem with linux or with my beauty Java ME?????????