Files for embedding in Java applications
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Note: Replace the placeholder install_dir with the directory where you have installed the OpenAccess SDK Server and IP SDK.
install_dir/bin/liboasoa.so: OpenAccess SDK Server shared library
install_dir/shlibsrv/oajava/oaserver/oasload.java: OpenAccess SDK embedded Server load class
install_dir/shlibsrv/oajava/oaserver/oaserver.java: OpenAccess SDK embedded Server Class
install_dir/shlibsrv/oajava/oaserver/oaservertest.java: OpenAccess SDK embedded Server sample
install_dir/shlibsrv /makefile: make file
install_dir/shlibsrv /runsrvr_java.sh: korn shell script starting the Java sample
Compiling Java sample
-
Type
cd install_dir -
If you are using a C shell, type:
source ip/cfg/setenv.shIf you are using a Korn shell, type:
. ./ip/cfg/setenv.sh -
Type
cd install_dir/shlibsrv -
Type
make javasample