Skip to content

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.

Notifications You must be signed in to change notification settings

PedroH183/SharedObjectsMinimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

alt text

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published