SDK's example is running without window

StarSuite8(*1) and StarSuite8_SDK on FreeBSD 6.0(*2)

SDK's example is running without window, for example:

$ java -Dcom.sun.star.lib.loader.unopath=/usr/opt/starsuite8 HelloTextTableShape

then, no window appears. However soffice is launched and running.

$ ps awwwx

16362 p0 R+0:00.00 grep starsuite (bash)

16342 p1 S0:00.01 /bin/sh /usr/opt/starsuite8/program/soffice -nologo -nodefault -accept=pipe,name=uno2578337587619076038;urp;

16350 p1 S0:01.94 /usr/opt/starsuite8/program/soffice.bin -nologo -nodefault -accept=pipe,name=uno2578337587619076038;urp;

16353 p1 S0:00.00 /usr/opt/starsuite8/program/soffice.bin -nologo -nodefault -accept=pipe,name=uno2578337587619076038;urp;

16354 p1 S0:00.00 /usr/opt/starsuite8/program/soffice.bin -nologo -nodefault -accept=pipe,name=uno2578337587619076038;urp;

16355 p1 S0:00.00 /usr/opt/starsuite8/program/soffice.bin -nologo -nodefault -accept=pipe,name=uno2578337587619076038;urp;

16356 p1 S0:00.00 /usr/opt/starsuite8/program/soffice.bin -nologo -nodefault -accept=pipe,name=uno2578337587619076038;urp;

the CLASSPATH setting has all / only jar files under

/usr/opt/starsuite8/program/classes directory.

(*1)

StarSuite8 (1PC) retail package by Sourcenext in Japan.

p.s. Few days ago I heard that Sourcenext had released the 5PC package

as usual, so I had already sent an order to Amazon.

(*2)

I'm sorry about unsupported OS. But I hope that this is useful

information for Linux support.

Thanks

[1873 byte] By [StarSuiteFBSD] at [2007-11-25 22:34:50]
# 1

P.S.

> StarSuite8(*1) and StarSuite8_SDK on FreeBSD 6.0(*2)

>

> SDK's example is running without window, for example:

>

> $ java -Dcom.sun.star.lib.loader.unopath=/usr/opt/starsuite8 HelloTextTableShape

>

> then, no window appears. However soffice is launched and running.

Although I modify the getRemoteServiceManager() function of the

HelloTextTableShape.java as previous SDK style and try to connect to

8100 port of the launched soffice was success.

And in this case, still there is one curious thing about window. For

example the launched soffice window is StarSuite(b) and the new window

is StarSuite(c), then Ctrl-W on the (c) to close (c). If (b) has some

document (c) is closed, but (b) does not have any document both of

them are closed.

Is this FreeBSD specific?

StarSuiteFBSD at 2007-7-5 2:53:01 > top of Java-index,StarOffice,StarSuite...