run java in familiar through nfs

From: Lee Rong <lr98_at_uow.edu.au>
Date: Tue, 19 Aug 2003 15:39:37 +1000

Dear All,
 Currently I have managed to successfully install and run jdk1.3.1 on my
PDA through another linux machine by using nfs mount. However now there
is a new problem: when I tried to run my awt program it gives me the
following error:
 
"
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/mnt/nfs/j2sdk1.3.1_arm/usr/lib/jdk1.3/lib/armv4l/libawt.so:libIm.so.2:
cannot open shared object file: No such file or directory ... "
 
 I had a look on google and it says that I need to setup my
LD_LIBRARY_PATH. So I tried to include /mnt/nfs/j2sdk1.3.1_arm/usr/lib
and /mnt/nfs/j2sdk1.3.1_arm/usr/lib/jdk1.3/lib (where the java installed
remotely) in the path and the error just changed slightly to
 
"
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/mnt/nfs/j2sdk1.3.1_arm/usr/lib/jdk1.3/lib/armv4l/libawt.so:libIt.so.6:
cannot open shared object file: No such file or directory ... "
 
 Also, somewhere on the web mentioned about install Motif. Do I need to
do that?
 
Thanks,
 
Lee
 
Received on Tue Aug 19 2003 - 05:39:54 EDT

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:13:57 EDT