https://github.com/pedroh183/sharedobjectsminimal
An example of how to create a shared object between C and Java. In this example, a code written in C is executed in Java.
https://github.com/pedroh183/sharedobjectsminimal
Last synced: 5 months ago
JSON representation
An example of how to create a shared object between C and Java. In this example, a code written in C is executed in Java.
- Host: GitHub
- URL: https://github.com/pedroh183/sharedobjectsminimal
- Owner: PedroH183
- Created: 2024-09-07T23:50:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-08T14:45:07.000Z (about 1 year ago)
- Last Synced: 2025-05-09T01:49:49.979Z (5 months ago)
- Language: Makefile
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Shared Objects Minimal Example
## 🇧🇷 Português
**Este repositório contém um projeto para a integração e automação do processos de construção de código entre C e Java.**
- **Makefile:** Facilita a automação das etapas de build.
- **Integração JNI:** Permite a comunicação entre C e Java, demonstrando como criar e utilizar funções nativas em um ambiente Java.## 🇬🇧 English
**This repository contains a project for integrating and automating build processes between C and Java**
- **Makefile:** Facilitates the automation of build steps.
- **JNI Integration:** Enables communication between C and Java, demonstrating how to create and use native functions in a Java environment.### Ilustrate :
### Version Limitation
**This project requires Java version 8 or higher.**
- **Supported Architectures:** Both 32-bit and 64-bit.
- **Note:** Ensure that you have the correct Java version installed and properly configured to build and run the project successfully.