The Epeios XML preprocessor and parser as JRE (Java) package.
- Retrieve the repository,
- under GNU/Linux or OS X : from the root of the repository, launch
make, - under Windows : open the
xppqjre.vcxprojwith Microsoft Visual Studio, and compile.
You may have to set the JAVA_HOME environment variable to the root of the desired JDK. Under Linux, the JDK should be at /usr/lib/jvm/default-java/.
From the root of the repository:
- under GNU/Linux or OS X:
java -Djava.library.path=. XPPQDemo, - under Windows:
java -Djava.library.path=x64/Release XPPQDemo(if needed, replacex64/Releasewith the path where the DLL is located).
