On 09/29/09 08:04, tora - Takamichi Akiyama wrote:
[...]
Exception in thread "Thread-11" java.lang.NoClassDefFoundError: java.lang.ProcessBuilder
[...]
 Even though Java, which CentOS 5.2 comes with, still does not work,
 the StarCenter comes up as expected now.

Questions
 Is /opt/openoffice.org/ure/lib/libgcc_s.so.1 needed?
 Can I simply remove or rename it?

libgcc_s.so.1 comes with GCC, is part of its runtime libraries, and evolves backwards-compatibly over time. OOo includes the libgcc_s.so.1 matching the GCC with which it is built. On any given Linux machine, a newer libgcc_s.so.1 may be installed in the system, and any given dynamic library that OOo happens to load from the system may require it. The only good solution, indeed, is to remove the old OOo version of libgcc_s.so.1 so that all pick up the new version from the system.

Whether and, if yes, how that relates to your JVM problem I do not know, though (java.lang.ProcessBuilder was introduced in Java 5---maybe that gives a clue).

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to