flathub / com.tdameritrade.ThinkOrSwim

https://flathub.org/apps/details/com.tdameritrade.ThinkOrSwim
3 stars 1 forks source link

JDK 11 no longer working, now requires JDK 17 #11

Closed stonkstuff closed 3 months ago

stonkstuff commented 3 months ago

Running the application now presents the following: image

I believe that updating the sdk-extensions and modules in the manifest should fix this:

sdk-extensions:
  - org.freedesktop.Sdk.Extension.openjdk17
modules:
  - name: openjdk
    buildsystem: simple
    build-commands:
      - /usr/lib/sdk/openjdk17/install.sh
stonkstuff commented 3 months ago

Looks like this is a duplicate of https://github.com/flathub/com.tdameritrade.ThinkOrSwim/issues/3 , I didn't read far enough down the chain