# Studio 5.0.0.GA - 8 December 2017

Studio 5.0.0.GA is a major release that includes new features, improvements, and bug fixes.

As of this release, Studio 4.x will not be supported one calendar year from 5.0.0.GA's release date. See Axway Appcelerator Deprecation Policy and Nominal Lifetimes documents for details.

# Improvements

  • TISTUD-7981 (opens new window) - Use appc daemon to request system info

    • Studio no longer uses ti info -t <platform> with the introduction of the appc daemon. Studio connects to this server over a WebSocket and query the system information and listen for changes.
  • TISTUD-8873 (opens new window) - iOS: Use JSCore by default with SDK 7.0

    • JSCore will be configured by default if you're working with SDK 7.0 and higher
  • TISTUD-8890 (opens new window) - Install node.js 8.7 with the studio 5.0 installers

    • Install node.js 8.7 with the Atudio 5.0 installers and increase the minimum version required to 7.6

# Fixed issues

# Known issues

  • TISTUD-8878 (opens new window) - Axway Appcelerator Studio support for JDK 9

    • Studio 5.0.0 and lower does not support JDK 9. It is currently slated to be supported with Studio 6.0.0.

    • To manually fix this issue, follow these steps:

      1. Make sure you have JDK 1.8.131 on your system. Look for this: /Library/Java/JavaVirtualMachines/jdk1.8.0_1131.jdk

      2. Edit the Appcelerator Studio.ini file which is located here: /Applications/Appcelerator/ Studio/AppceleratorStudio.app/Contents/MacOS/AppceleratorStudio.ini

      3. Force Studio to use jdk1.8.0_131.jdk by adding the following -vm argument before the -vmargs entry:

        -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java
        
      4. Restart Studio.

  • TISTUD-8953 (opens new window) - Mac: Studio won't start, hangs on initial dialog

    • Studio 5.0.0.GA does not support JDK 1.8.0_152 and higher