Skip to content

MacOS 10.7 (Lion) no longer works starting with Java 8u162 #7945

Closed
@PaulStoffregen

Description

@PaulStoffregen

Arduino 1.8.6 will not launch on MacOS 10.7 Lion, because a newer Java JRE is used which fails to start. The startup splash screen appears briefly, then the IDE crashes and give no indication why it failed to start.

Here is the Java info.
https://bugs.openjdk.java.net/browse/JDK-8201414

If a JRE 8u162 or later continues to be used, these lines Info.plist should be updated to specify 10.8 as the minimum MacOS version.

<key>LSMinimumSystemVersion</key>
<string>10.7</string>

This will give a message to users explaining their OSX is too old, rather than the IDE briefly appearing and then crashing.

The main website download page should probably be updated from "10.7 Lion or newer".

Or an older JRE can be used to keep compatibility with 10.7.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: DocumentationRelated to Arduino's documentation contentComponent: WebsiteIssues related to arduino.cc, but not the documentation content

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions