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

Fixing application start up issue. #340

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

Commits on Dec 18, 2020

  1. Fixing application start up issue.

    Problem:
    ```
    ERROR launching JD-GUI
    No suitable Java version found on your system!
    This program requires Java 1.8+ 
    Make sure you install the required Java version.
    ```
    
    Solution:
    I recently found that due to this '+' application is not able to find Java 1.8 even it is present in Mac OS. As `java -vesrison` command out put is as below,
    ```
    sarang@Sarangs-MacBook-Pro:~$ java -version
    java version "1.8.0_261"
    Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
    ```
    SarangRatnalikar authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b14fd6c View commit details
    Browse the repository at this point in the history