Re: porting jextract
Ronald Klop <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.java |
|---|---|
| Message-ID | <1743636068.18108.1740940681348@localhost> |
Sounds good. ๐๐ผ Van: Igor Kolesnik <[email protected]> Datum: 2 maart 2025 10:34 Aan: [email protected] Onderwerp: porting jextract > > > Hi, > > This is related to the Foreigh Function & Memory (FFM) API. > > https://openjdk.org/jeps/454 > > I think about makeing a port of jextract, an utility that generates Java > bindings from native libraries. > > It's source code repository can be found here > > https://github.com/openjdk/jextract/tree/master > > I did a manual build using OpenJDK 23 and a simple test calling a C > function (kind of hello world), and it worked. > > jextract has a set of tests which use the jtreg test framework. That > could be made into another port. > > Does it make sence? > > thanks -- igor > > > > >