-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Digital.exe requires Java 8 #991
Comments
Would you please try the latest pre release? I have modified the download link to https://adoptium.net. |
I tested |
Hmm! Would you like to unzip and test the attached exe file? |
I ran into the same issue, the version mentioned in the last comment worked for me. I noticed this file is a lot bigger? |
@vdelau |
When running any Digital.exe executable from PowerShell or cmd I do not get any output in the console (tried release, pre-release and the above executable). Pre-release build also complains about Java version, with the Adoptium URL.
|
@vdelau |
@vdelau |
I can confirm, the latest executable does work. Thanks 👍 |
@Johnlon |
Is there a release date scheduled, which includes the fix for this issue? |
Literally just installed it on a 4k dell laptop and the fonts showed as in the attachment. I used the os settings to correct this as I've had to do that once or twice before. I understand there is also a setting in the app, but I don't know anything about that. |
@Johnlon |
@hneemann menu size says 100 - this is straight after unzipping |
@Johnlon |
@hneemann on the other ticket ..#1027 (comment) |
@hneemann Referencing the original topic of this issue: If not I'd be happy to try implementing it myself and creating a PR, if you'd be interested in that |
+1 |
@hneemann is the fix already included in the latest release? |
even on the newest release it says "this application requires JRE 1.8.0" with both PATH and JAVA_HOME being correct (ie linking to my JRE 1.8.0 install), and it also links to the oracle site, i thought that was supposed to be changed? the exe downloaded from this issue works but the extra debug output opens an extra window each time that needs to be closed manually. so yea a fix on the newest release would be nice.
well i don't know if you can tell windows to open a specific file type with a bat file. but it does work with exe's. though ironically the exe file from this issue cannot do this... when i launch it directly (by double clicking Digital.exe or through cmd) it works fine, but when launched by opening a .dig file it again complains that it needs JRE 1.8.0. godammit. this all worked perfectly fine like a week ago, all i did was remove oracle's java and replace it with Eclipse Adoptium openJDK and now everything is broken :( EDIT: yea reinstalling oracle's JRE 1.8.0 completely fixed the issue. clearly the Java alternatives are doing something differently that breaks Digital. |
After downloading
v0.29
and executingDigital.exe
I get prompted with a message that tells me that JRE 8.0 is required. Although your README states:And a JRE higher than 8.0 is installed.
Running the jar file directly via
java -jar Digital.jar
successfully launches the application.Installed Java Version:
Is there a possibility to correct the executable?
or/and can the requirement get raised to current LTS.
The text was updated successfully, but these errors were encountered: