look at the result:
[root@yangwenchaolinux64 ~]# ps -ef|grep starsuit
root50211 0 21:58 ?00:00:00 /bin/sh /etc/starsuite8/program/soffice -writer
root5029 5021 0 21:58 ?00:00:00 /etc/starsuite8/program/javaldx
root51331 0 22:03 ?00:00:00 /bin/sh /etc/starsuite8/program/soffice -base
root5141 5133 0 22:03 ?00:00:00 /etc/starsuite8/program/javaldx
root5196 5178 0 22:03 pts/100:00:00 grep starsuit
that means the staroffice had ran on background ,but why didn't the window appear?
[root@yangwenchaolinux64 ~]# ps -ef|grep starsuit
root181541 0 23:46 ?00:00:00 /bin/sh /etc/starsuite8/program/soffice -writer
root18162 18154 0 23:46 ?00:00:00 /etc/starsuite8/program/javaldx
root18196 18129 0 23:46 pts/500:00:00 grep starsuit
look at result ,it's very strange process call 'javaldx'
when i kill the process ,the writer appear correctly
why?what purpose is 'javaldx'
i got the resault when i tried to run the application,but no response,so i tried to find out whethre the process was running . in fact ,the processes was runnin on backgroup.
so you mean the java bugs lead to the error.how to fix them .and how to update my java version. is that effctive?