https://github.com/epeios-q37/xppq-java
Epeios XML parser and preprocessor as JRE (Java) component.
https://github.com/epeios-q37/xppq-java
Last synced: 4 months ago
JSON representation
Epeios XML parser and preprocessor as JRE (Java) component.
- Host: GitHub
- URL: https://github.com/epeios-q37/xppq-java
- Owner: epeios-q37
- License: agpl-3.0
- Created: 2017-04-18T13:59:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T07:57:47.000Z (about 8 years ago)
- Last Synced: 2025-01-19T05:48:01.689Z (6 months ago)
- Language: C++
- Size: 344 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xppq-java
## Presentation
The *Epeios* XML [preprocessor](http://q37.info/s/t/xppq/) and parser as [*JRE*](http://en.wikipedia.org/wiki/Java_virtual_machine) (*Java*) package.
## Status
*GNU/Linux* & *OS X* : [](https://travis-ci.org/epeios-q37/xppq-java)
*Windows* : [](http://ci.appveyor.com/project/epeios-q37/xppq-java)## Compilation
- Retrieve the repository,
- under *GNU/Linux* or *OS X* : from the root of the repository, launch `make`,
- under *Windows* : open the `xppqjre.vcxproj` with *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/`.
## Testing
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, replace `x64/Release`with the path where the *DLL* is located).