Skip to content
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

Update MainClass in Info.plist (OSX) #440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 5, 2024

  1. Update Info.plist

    According the the MANIFEST itself, the main class is: **org.jd.gui.App**
    
    ```
    Manifest-Version: 1.0
    JD-Core-Version: 1.1.3
    JD-GUI-Version: 1.6.6
    Main-Class: org.jd.gui.App
    SplashScreen-Image: org/jd/gui/images/jd_icon_128.png
    ```
    
    Launching with org.jd.gui.OsxApp triggers an exception.
    
    ```
    Exception in thread "main" java.lang.IllegalAccessError: class org.jd.gui.OsxApp (in unnamed module @0x43556938) cannot access class com.apple.eawt.Application (in module java.desktop) because module java.desktop does not export com.apple.eawt to unnamed module @0x43556938
    	at org.jd.gui.OsxApp.main(Unknown Source)
    ```
    sonique6784 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    721e3ae View commit details
    Browse the repository at this point in the history