tballison / tika-gui-v2

Unofficial user interface for Apache Tika
Apache License 2.0
6 stars 0 forks source link

Problem running on Windows #119

Closed gleporeNARA closed 1 year ago

gleporeNARA commented 1 year ago

Getting an error "Windows cannot find 'jre/bin/java'" when running the v2 tika-gui.bat. The Linux version runs correctly. Java is installed, and the Release version runs.

tballison commented 1 year ago

Is this v1.0.0-ALPHA4? If so, do you see that there is, in fact, a java at jre/bin/java relative to the .bat file?

gleporeNARA commented 1 year ago

tika-gui-v2-main, I just downloaded the Zip from GitHub. There is no java near the .bat file (which I put in Downloads). I was looking for a .jar file in the download somewhere to run directly, but no luck.

tballison commented 1 year ago
Screenshot 2023-03-28 at 2 35 55 PM

This ZIP?

gleporeNARA commented 1 year ago

Yes.

tballison commented 1 year ago

If so, that's just the source code. You'd have to build it and run the release locally to get all of the java stuff and jars where they belong.

The release zips for the latest release are here: https://github.com/tballison/tika-gui-v2/releases/tag/v1.0.0-ALPHA4 One per OS supported.

tballison commented 1 year ago

If there's enough new stuff for another release, I can make dependency upgrades and then push the release.

I was hoping to fix the sqlite stuff and the race condition in the UI before then.

gleporeNARA commented 1 year ago

Shoot, I knew that. My bad. I've previously used the releases but when I saw the version 2 tag I got excited. No worries about a new version if the changes don't warrant it.