libqtawt.so problem in runing demo application of Personal Profile

Hi,

I have installed j2me pp1.1 on Redhat Linux. When I try to run the demo application,

$./bin/cvm -cp democlasses.jar personal.DemoFrame

it shows error

java.lang.UnsatisfiedLinkError: /home/linux-x86-suse/lib/libqtawt.so

Anyone got a solution?

I tried running nscd, but that didn't workout. What could be the issue.. Pls help..

regards,

Anand

[401 byte] By [wangxm001a] at [2007-10-3 5:01:37]
# 1
does anybody know it? my God!!!!
wangxm001a at 2007-7-14 23:07:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
I have found the reason of this error,that beacause I didn't set QT pathyou must do follow of settingexport QTDIR=%QtInstallDirexport PATH=$QTDIR/bin:$PATHexport LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
wangxm001a at 2007-7-14 23:07:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...