Lines Matching refs:a
9 # with the License. You may obtain a copy of the License at
32 (SDK) environment to work with a URE installation, a C++ compiler, and a JDK.
49 Points to a GCC installation (including g++) as well as a JDK installation that
66 Builds a C++ UNO component, cppmain.uno, and runs the component with the uno
69 to instantiate and to call another C++ UNO component (ccptest.uno) as well as a
71 throw a special exception that is caught by cppmain.uno.
74 Builds a Java UNO component, javamain.uno, and runs the component with the uno
75 executable. The component tries to instantiate and to call a C++ UNO component
76 (cpptest.uno) as well as a Java UNO component (javatest.uno). The test
77 completes when these components throw a special exception that is caught by
81 Builds a Java UNO application, javanative.jar, and runs the application with the
82 java executable. The application bootstraps a native UNO environment, and then
83 tries to instantiate and to call a C++ UNO component (cpptest.uno) as well as a
85 throw a special exception that is caught by javanative.jar.
88 Builds a server C++ UNO component, cppserver.uno, and a Java UNO application,
90 listens on a pipe connection. The java executable runs the javaclient.uno
91 component which connects to the server after a five second pause so that the