-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Windows: issues with setting JAVA_HOME #1315
Comments
This shouldn't be that hard to fix. Adding quotes around the path where it is used in the batch file should do it. |
I fixed a lot of these issues sometime ago now. Should all work, what exactly is the issue? |
I get this error on startup The system cannot find the file C:\Program. ... and the tray icon never appears. |
@dizzzz The issue template says that the version in question is "eXist-db 3.0 / develop". Is that correct? Or did you mean "4.0.0 release" or "4.1.0-SNAPSHOT develop"? |
My issue with this is for the 4.0.0 release. I just downloaded it today. |
Looking at the date of the issue, the version should be accurate. |
Sorry, I missed the year ;) |
What is the problem
There are a few issues in windows with setting the JAVA_HOME variable
JAVA_HOME=C:\Localdata\Program Files\Java\jdk1.8.0_121
JAVA_HOME=C:\Localdata\Progra~1\Java\jdk1.8.0_121
What did you expect
A clean start without JAVA_HOME errors
Describe how to reproduce or add a test
run
bin\client.bat
orbin\startup.bat
Context information
Please always add the following information
The text was updated successfully, but these errors were encountered: