https://github.com/peter-mghendi/monday
A C# console program that calls a native shared library written in Java, and compiled using GraalVM.
https://github.com/peter-mghendi/monday
dotnet graalvm java native-image
Last synced: 9 months ago
JSON representation
A C# console program that calls a native shared library written in Java, and compiled using GraalVM.
- Host: GitHub
- URL: https://github.com/peter-mghendi/monday
- Owner: peter-mghendi
- Created: 2023-06-22T18:30:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T18:46:39.000Z (over 2 years ago)
- Last Synced: 2024-01-28T04:47:46.965Z (almost 2 years ago)
- Topics: dotnet, graalvm, java, native-image
- Language: C
- Homepage: https://medium.com/@sixpeteunder/how-to-build-a-shared-library-in-java-and-call-it-from-dotnet-code-b47c22300456
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monday
A C# console program that calls a native shared library written in Java, and compiled using GraalVM.
This was built as part of writing [this blog post on Medium about building a native shared library in Java](https://medium.com/@sixpeteunder/how-to-build-a-shared-library-in-java-and-call-it-from-dotnet-code-b47c22300456).