tallis / CwithJava

Run C code within Java applications with JNA using a Python Script to facilitate compile and run process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#### C with JAVA using JNA ####
### Author: Rui Costa ###

### Usage Instructions: ###

1. Run deploy.py as admin: "sudo python deploy.py"
2. Choose C file from the list : "any.c"
3. Choose LibName: "any.dylib" for MacOS, not yet tested in other operative systems
4. Choose Java file from the list: "any.java"

You may now chose if you want to run your code or not and also if you want to delete the generated libs and .class

About

Run C code within Java applications with JNA using a Python Script to facilitate compile and run process


Languages

Language:Python 74.2%Language:Java 17.6%Language:C 8.2%