Конешно какойто элементарный вопрос.. но сразу на первом шаге в так сказать освоении DevelopersGuide`a возникла проблема)Код:import com.sun.star.comp.helper.*;import com.sun.star.comp.helper.BootstrapExcept ion;import com.sun.star.lang.XMultiComponentFactory ;import com.sun.star.uno.*;public class main { public static void main(String[] args) throws BootstrapException, java.lang.Exception { XComponentContext xCC = Bootstrap.bootstrap();//createInitialComponentContext(null); XMultiComponentFactory serviceManager = xCC.getServiceManager(); }}ЦитироватьException in thread "main" com.sun.star.comp.helper.BootstrapExcept ion: no office executable found!OOo_3.1.0_Win32Intel_install_wJRE_ ruOOo-SDK_3.1.0_Win32Intel_install_en-USделать птался на NetBeans 6.5.1
|