-
Notifications
You must be signed in to change notification settings - Fork 0
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
ing2ofx window closes immediately after starting ing2ofx #5
Comments
Can you open a cmd window and go to the directory where ing2ofx id installed. |
Error: LinkageError occurred while loading main class kwee.ing2ofx.main.Main |
It is build against Zulu 22, can you update your Java environment? |
I downloaded the latest java yesterday and the problem persists. Maybe something else i need to do? please advise. download site: https://www.java.com/en/download/manual.jsp java -version |
It is Java 8 (1.8) version, the latest Java is version 22. |
still same issue after installing openlogic-openjdk-jre-22.0.2+9-windows-x64.msi with all features. |
I am surprised that it is not working with zulu23.32.11 … Because I have installed zulu22.28.91-ca-jdk22.0.0-win_x64.msi. But you should have a ik ing2ofx•.jar you could try it to run in a cmd window with following command: java -jar ing2ofx•.jar In the mean while I am building app against java 17 |
the ing2ofx_v1.1.0.0_jre_setup.exe has installed in C:\Program Files (x86)\ing2ofx. I do not see a .jar in that directory or subdirs. the main dir has 3 files: inf2ofx.exe, readme.md, and readme.txt. plus 3 folders: help, jre, and uninst i also do not see .jar in the ing2ofx-1.1.0.0.zip file Please note there are more ing2ofx programs out there with the exact same name (not always with java though). Searching the correct install folder may lead to confusion. I suggest some unique identifier will be added to the name. |
I apologize, I see I have forgotten to upload the jars… I know there is a ing2ofx from Chemistry oid. it is a phyton app wich did not work, so I have rewritten that to java because I had troubles to get it working in a phyton development environment… |
yes that python app is quite old. it worked until a few months ago the interface stopped showing up. prog runs but without gui. btw i also speak Dutch oid ;) |
Ik heb een tweetal jar's geuploaded, dus waar je die exe van mij hebt gevonden, staan nu twee extra jar's die tegen java 17 zijn gebouwd. Die kun je proberen door vanuit een cmd window te starten met commando: of die andere jar proberen: Verschil tussen beide is dat de tweede geen extra jar's nodig heeft, de eerste is afhankelijk van al aanwezige jar's op je systeem en is daarom kleiner. ps. |
ok ik heb nu geinstalleerd:
en voer uit: java -jar ing2ofx-jar-with-dependencies.jar Exception in thread "main" java.lang.UnsupportedClassVersionError: kwee/ing2ofx/main/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0 met de andere jar krijg ik
idd GNUcah en ing |
Dan maakt íe nog gebruik van java 8, die heeft java class file version 52.0. java 17 heeft java class file version 61 Kun je commando: echo %java_home% uitvoeren? Verwacht dat die de verkeerde kant op wijst..... Kijk ook even naar definitie van path die moet ook juiste java versie bevatten... |
ik heb C:\Program Files\Zulu\zulu-23 help me even met aanpassen van de defniities. ik ben al jaren linux gewend en weet de weg niet op win. Zou dit trouwnes ook in linux moeten zoeken |
Ws. is er een bugje in mijn installer... Omgevingsvariabelen instellen in Windows 11 Helpt dit? |
Maar als het goed is, zou die jar van mij ook op linux moeten werken.. |
mijn linux box is inmiddels wel erg oud, ben er een server van aan het maken. |
Lui zijn mag, dat geeft tijd om nieuwe dingen te bedenken. En ja, link hielp. path naar zul-23 gelegd. Even herstart nodig, dat stond er dan weer niet bij. Dank, ga ik verder testen! |
Dus het werkt? Succes met testen, als je vragen hebt, dan hoor ik het graag. |
Ben aan het kijken om over te gaan naar Linux ivm. end of life Windows 10.... |
Het programma start. Mooie testcase. Installeren gaat niet zomaar. |
Ik vind linux geweldig. Het heeft ook nadelen, en het is zeker een heel volwassen besturingssysteem. Het is dat Win11 op mn laptop al was geinstalleerd maar ander was ik bij ubuntu gebleven. |
Complimenten voor je support op dit issue! |
Thanks! Maar nu java_home de goede kant op wijst, verwacht ik dat de exe het ook weer doet.. Hoop dat de helpfiles je verder helpen zie ? in menubalk ;) |
installed ing2ofx_v1.1.0.0_setup.exe, and I run the ing2ofx program from the created shortcut on desktop. A window opens and shows some text in a flash before it closes again. No menu, no conversion.
OS: win11
The text was updated successfully, but these errors were encountered: