Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T07:57:47.000Z (over 7 years ago)
- Last Synced: 2024-11-18T02:44:36.796Z (about 2 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* : [![Travis CI](https://travis-ci.org/epeios-q37/xppq-java.png)](https://travis-ci.org/epeios-q37/xppq-java)
*Windows* : [![AppVeyor](http://ci.appveyor.com/api/projects/status/github/epeios-q37/xppq-java)](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).