Barsik-Barbosik / Zoom-Firmware-Editor

MIT License
193 stars 27 forks source link

Java trial runtime errors? #8

Closed nairanvac closed 5 years ago

nairanvac commented 5 years ago

Today the firmware editor stopped working, giving an error about a trial installation of a Java runtime. I attempted to reinstall, but was unable after receiving the error "This trial installation has expired."

Just wanted to give a heads up. So glad I got it to work before it broke!

mungewell commented 5 years ago

I got the same today.... evaluation_java

The work around is to install the java runtime from https://www.java.com and then download the '.jar' of the project. It can be run with

"c:\Program Files (x86)\Java\jre1.8.0_211\bin\java.exe" -jar ZoomFirmwareEditor.jar
Barsik-Barbosik commented 5 years ago

Thanks for reporting! That unexpected problem came from demo-version of Excelsior Jet compiler, that was used to create a Windows exe-file from java code. I didn't knew that it had a time-limit. Tomorrow I will create a new executable, using the full version of Excelsior JET 15.3, Standard Edition.

Barsik-Barbosik commented 5 years ago

ZoomFirmwareEditor-setup.exe has been updated. Now it does not have a time-limit!