An open API service indexing awesome lists of open source software.

https://github.com/oeway/javacpp-cpython-example

Trying out javacpp
https://github.com/oeway/javacpp-cpython-example

Last synced: about 1 year ago
JSON representation

Trying out javacpp

Awesome Lists containing this project

README

          

# Using CPython via JavaCPP

## Development

Build the project
```
mvn
```

Run the example
```
mvn exec:java -Dexec.mainClass=Simple
```