sfa-siard / SiardGui

SIARD Suite - SiardGui
Other
17 stars 3 forks source link

siardgui.jar nicht in lib enthalten #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

Ich versuche SiardGui zu öffnen. Laut Anleitung in ./doc/manual/de/execution.html sollte es in ./lib/ die Datei siardgui.jar geben. Ich finde dort keine.

Wenn ich es per Kommandozeile öffnen will, bekomme ich den Fehler Error: Unable to access jarfile lib/siardgui.jar

Ich habe etwas herumprobiert und siardgui.cmd in ./bin/ ausgeführt, was denselben Fehler zurückgibt.

Allgemein gefragt: Ich möchte eine Access-Datenbank in Siard überführen. Soll ich das eventuell mit etwas anderem probieren oder empfehlt ihr das GUI? Ich würde gerne auch meinen KollegInnen zeigen, wie das geht. Für nicht-computeraffine Nutzer ist ein GUI aber meistens von Vorteil, denke ich.

sfa-siard commented 3 years ago

Hello CarlitosHa, If you download the newest version (https://github.com/sfa-siard/SiardGui/releases/tag/2.1.34) and extract this zip, you will find the siardgui.jar under: .\siard_suite-2.1\lib Best regards SFA

CarlosHartmann commented 3 years ago

This helped, thank you.

I don't understand why the downloaded directory under "versions" is different from the one in the "code" tab. Somewhat new to github so maybe this is normal and I didn't know yet.

HartwigThomas commented 3 years ago

The code contains an Ant script which creates the binary release. The binary release is meant to be used as is. On Github we publish it unter "Releases". The code is for developers who want to understand the sources or rebuild the release.