Building the Component Interface SDK Sample (Java)
The component interface sample program for Java is provided as part of the component interface SDK, located in <PS_HOME>\sdk\pscompintfc\src\java\samples\sdk_bus_exp.
The Java source code for the sample is in the following file: sdk_bus_exp.java
Before you run the sample, you must build the APIs and set up the Java environment.
To build the Java component interface sample:
-
Set your java classpath to include the external API classes you already built and the psoa.jar library delivered under <PS_HOME>\class\psjoa.jar
-
Compile the source using javac sdk_bus_exp.java