Java trial runtime errors?
nairanvac opened this issue · 3 comments
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!
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
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.
ZoomFirmwareEditor-setup.exe has been updated. Now it does not have a time-limit!