-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created application cannot be notarized for Mac OS Mojave #71
Comments
Where is JavaAppLauncher coming from? I need a replacement so that I can submit apps for Notarization. I would submit a PR if I knew how to rebuild it. |
I see that @olegs forked to include JavaAppLauncher from https://github.com/i-net-software/SetupBuilder. Could we get an update for this? |
@chrisvire As far as I understand originally JavaAppLauncher comes from OpenJDK7 https://svn.java.net/svn/appbundler~svn |
What about using javapackager from JDK? |
@crotwell, can you find the source for JavaAppLauncher? Please? I had the JavaAppLauncher from https://github.com/i-net-software/SetupBuilder working for me. However, just before releasing, I am seeing this Java2d crash: I don't see this crash with the JavaAppLauncher included in the repo. I REALLY need the source of the JavaAppLauncher that is include in the repo. I tried taking the source (main.m) from both https://github.com/i-net-software/SetupBuilder and https://github.com/TheInfiniteKind/appbundler and build them using this makefile:
Using either of these, my app crashes when I drag the main window from the primary monitor to the secondary monitor and then back. If I use the JavaAppLauncher that is included in this repo, then I don't see the crash. However, this binary has |
@crotwell , @olegs : I found a version of JavaAppLauncher from OpenJDK7: However, it is not the same as what is included in this repo. It is expecting the full JDK and not the JRE (different parameters in the Info.plist). |
Sorry, I am no longer developing java mac apps and don't have time to devote to this project currently. If you have a pull request I can look at it. I do not remember where the JavaAppLauncher came from, pretty sure I did not compile it. Best guess is it was included with the JDK from Oracle, but that might have been Java6. You can set the launcher program to another executable using the |
I try to build and application, and notarize it at Apple. At the moment I cannot do this because of the error.
Any chance that we can have JavaAppLauncher updated?
The text was updated successfully, but these errors were encountered: