My personal opinion is that if it "ain't broke, don't fix it". So if jars complied with jdk8_151 work on both Windows and MACOS then continue using 151. Why bother updating? Update only if you need have to.
My personal opinion is that if it "ain't broke, don't fix it". So if jars complied with jdk8_151 work on both Windows and MACOS then continue using 151. Why bother updating? Update only if you need have to.
If you are building a standalone package with Java 11+ then it will include all dependencies.
Building a Windows standalone package is trivial. Building a Mac package requires an Apple developer account and is a bit more complex: MacSigner - Building notarized Mac packages
If you are building a standalone package with Java 11+ then it will include all dependencies.
Building a Windows standalone package is trivial. Building a Mac package requires an Apple developer account and is a bit more complex: MacSigner - Building notarized Mac packages
If I compile with java C:\Java\jdk1.8.0_151\bin\javac.exe, on Windows and MAC they work without problem.
In macOS I install JAVA jre-8u411-macosx-x64.dmg and not everything works,
but if another sdk is installed in macOS my APP no work.