- The Java wrapper for the Flix Engine COM interface is implemented using com4j. This consists of 3 main parts:
- com4j.dll - provides native code to interface directly with the COM library (i.e., flixengine_com.dll)
- com4j.jar - interfaces used by the generated annotated interface
- flixengine_com.jar - Flix Engine COM wrapper interfaces generated by com4j
- The jar files must be in the application's classpath. com4j.dll may be placed in the same directory as com4j.jar or in another location by setting the
java.library.path
system property. All of these files can be found within the Java sample install directory which by default is: %PROGRAMFILES%\On2 Flix Engine (Demo)\samples\java.
- In addition to the above files the Java sample directory contains an archive named flixengine_com-src.zip. This archive holds the source generated by com4j as well as its associated Javadoc documentation.
- Attention:
- The com4j implementation binds directly to the vtable so, similar to the .NET languages and the associated assembly file, flixengine_com.jar will need to be updated should the COM version change.
Flix Engine Windows documentation, generated on Tue Nov 2 15:38:06 2010 by
doxygen 1.6.1