![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The Java examples are provided in the AS_HOME/examples/java directory. To facilitate building the Java examples, a build.xml file for use with Apache Ant is provided.See http://ant.apache.org for more information on using Apache Ant for building Java applications.
1.
• Examples.jar contains the class files for all of the examples except for ASPaint
• ASPaint.jar contains the class files for only the ASPaint example.The C examples are provided in the AS_HOME/examples/c directory. Makefiles are provided for the platform you are installing on.For the Windows platform, TIBCO ActiveSpaces provides a Makefile that works with Microsoft Visual C++.
1. Ensure the AS_HOME environment variable has been set to the location where TIBCO ActiveSpaces has been installed.
2. Ensure the TIBRV_HOME environment variable has been set to the location where TIBCO Rendezvous has been installed.
• Makefile.mk is included by the makefile file, and contains platform and compiler settings for the target platform.
1. Edit the settings in the Makefile.mk file as required.
2. Run your compiler against the makefile to generate the example code.The .NET API examples can be found in the AS_HOME/examples/dotnet directory. To facilitate building the .NET examples, the file build.cmd is provided. A Microsoft Visual Studio solutions file is also provided.
1. Ensure that the AS_HOME environment variable is set to the TIBCO ActiveSpaces installation directory.
3. Ensure that AS_HOME/lib/TIBCO.ActiveSpaces.Common.dll has been installed into your Global Assembly Cache (GAC).
This should have automatically been done during installation, but you can verify it using the following command:
gacutil -l TIBCO.ActiveSpaces.Common
4. If TIBCO.ActiveSpaces.Common.dll is not present in your GAC, enter the following:
1. Ensure that the AS_HOME environment variable has been set to the TIBCO ActiveSpaces installation directory.
2. Ensure that AS_HOME/lib/TIBCO.ActiveSpaces.Common.dll has been installed into your Global Assembly Cache.
This should have automatically been done during installation, but you can verify it using the following command:
gacutil -l TIBCO.ActiveSpaces.Common
3. If TIBCO.ActiveSpaces.Common.dll is not present in your GAC, do the following:
5.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |