Lines Matching refs:to

3 #  Licensed to the Apache Software Foundation (ASF) under one
7 # to you under the Apache License, Version 2.0 (the
13 # Unless required by applicable law or agreed to in writing,
170 world, those files would not need to be included in the URE installation.
172 Files marked as [private] are private to the URE installation. To avoid
194 enables Java executables to use a Java VM, such as the Sun JDK/JRE. Executables
204 interface of cppuhelper and salhelper, and thus also has to be part of the
226 On Windows, the path to the installed URE is stored in the registry under the
237 unorc or uno.ini that is private to the URE installation. This private file
270 For details on how to override the UNO deployment variables, see the SDK
271 Developer's Guide or go to http://udk.openoffice.org/common/man/concept/
274 If you want to deploy additional UNO types and services, use regcomp.
276 CAUTION: Do not deploy these types and services to the types.rdb and
285 Java Framework, go to http://udk.openoffice.org/common/man/spec/
289 installation. When an executable tries to start a Java VM, the URE searches the
305 in the ~/.ure/javasettings_${_OS}_${_ARCH}.xml file. If you want all users to
307 ~/.ure/javasettings_${_OS}_${_ARCH}.xml to
325 UNO_JAVA_JFW_JREHOME deployment variable to specify the location of a JDK/JRE
329 The URE allows clients to extend the content of UNO_JAVA_JFW_CLASSPATH_URLS (see
332 added to the end of the URE's UNO_JAVA_JFW_CLASSPATH_URLS list.
338 HTML documentation to find out how to set the OO_SDK_JAVA_HOME environment
345 On Linux x86, the URE uses libgcc_s.so.1 to run binary UNO components that were
346 compiled with the GNU Compiler Collection (GCC), to GCC 3.4.1 as
349 Otherwise, use LD_PRELOAD to replace the libgcc_s.so.1 in URE with a matching
368 manifest entry to specify the location of the UNO types. The UNO-Type-Path is
369 similar to the Class-Path manifest entry and can contain URLs of JARs and
371 The UnoClassLoader evaluates the UNO-Type-Path manifest entry to ensure that the
372 additional UNO types are available to the Java UNO environment.
392 be set up to load the relevant Java classes. For example, Runner.java in the
393 uretest bundle is packed as runner.jar, which the makefiles use to launch the