jpackage - notarizing
Michael Hall
mik3hall at gmail.com
Mon Nov 22 17:54:48 UTC 2021
> On Nov 22, 2021, at 11:44 AM, Alan Snyder <javalists at cbfiddle.com> wrote:
>
> JNF is just an Objective-C library that uses jni.h. Otherwise, it is not dependent on the JDK.
>
>> On Nov 22, 2021, at 9:23 AM, Michael Hall <mik3hall at gmail.com> wrote:
>>
>>
>>
>>> On Nov 22, 2021, at 10:40 AM, Alan Snyder <javalists at cbfiddle.com> wrote:
>>>
>>> I’m still hoping someone will step up to provide a home for the compiled JavaNativeFoundation framework.
>>>
>>> In any case, the sources are available and you can build it yourself.
>>>
>>> https://github.com/apple/openjdk.git <https://github.com/apple/openjdk.git>
>> I had found this one as well. It included an Xcode project and seemed to be around jdk14?
>> I didn’t figure out what to do with it but it seemed like it might have a limited shelf life too where it will work without a fair amount of effort.
>>
>> Thanks.
>
I had cloned it and just saw this
openjdk-xcodejdk14-release
The Xcode project doesn’t appear to include any java version dependencies.
There is this…
HEADER_SEARCH_PATHS = $(SRCROOT)/../../src/java.base/share/native/include $(SRCROOT)/../../src/java.base/unix/native/include
But I’m not sure where that’s really pointing. I usually do command line.
More information about the core-libs-dev
mailing list