farrellf / TelemetryViewer

Data Visualization Tool
164 stars 69 forks source link

Running Ver 0.8 - Program runs, the buttons at the bottom show, but the grid does not show #53

Closed RaspPiGuy closed 2 years ago

RaspPiGuy commented 2 years ago

Running the program from the command line, this exception shows up in several places: NoSuchMethodError: java.nio.FloatBuffer.rewind()Ljava/nio/FloatBuffer; on thread AWT-EventQueue-0

I'm running Java 8 on Windows 10

farrellf commented 2 years ago

It looks like I ended up using some methods that were added after Java 8. Java 9 or newer is probably required.

RaspPiGuy commented 2 years ago

I installed Java 15 and it all works.  Thanks

On 9/7/2021 4:04 PM, farrellf wrote:

It looks like I ended up using some methods that were added after Java

  1. Looks like Java 9 or newer is required.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/farrellf/TelemetryViewer/issues/53#issuecomment-914587898, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6CY6CYMXKUX3Y6VL756WLUAZV4PANCNFSM5DS7INDQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

farrellf commented 2 years ago

In the next release I plan to use some features that were added after Java 8, so I'm going to close this issue because I don't plan to support Java 8 in the future. Glad it works for you now.