mbari-org / vars-annotation

Video Annotation Application for MBARI's Media Management (M3) software stack
https://docs.mbari.org/vars-annotation/
Apache License 2.0
16 stars 6 forks source link

VARS query for PC #114

Closed lindakuhnz closed 5 years ago

lindakuhnz commented 5 years ago

From Brian: I’m having some issues with the MSI file. As a workaround for non-Mac users, if they have Java 8 installed they can use either:

vars-query-1.0-app.jar - On some platforms, just double clicking it will launch it. Or from a terminal: java -jar vars-query-1.0-app.jar vars-query-1.0-pack.zip - Unzip this file. Theres a bin directory with launch scripts for Mac, Windows, and Linux. Apologies for the issues with Windows. Due to all the recent major changes in Java, I’m still waiting for the tools to catch up so that I can produce self-contained apps that don’t require an externally installed Java. Windows is particularly problematic.

lindakuhnz commented 5 years ago

Is there a way to leave this here, but place it on hold?

hohonuuli commented 5 years ago

The java packager included in JDK 8 (Amazon Corretto) builds the MSI file for Windows. But the MSI fails to install. Note that the packager is what I use to build the app for Mac and deb file for Linux. A new packager might be included in Java 13, due this fall. At which time, I'll need to eat the whole JDK 11+ elephant (Issue #40)

hohonuuli commented 5 years ago

Moved the issue to vars-query project.