Skip to content
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

missing double quotes for variable JAVACMD in utplsql.bat #175

Open
infyrana opened this issue Feb 21, 2020 · 1 comment
Open

missing double quotes for variable JAVACMD in utplsql.bat #175

infyrana opened this issue Feb 21, 2020 · 1 comment

Comments

@infyrana
Copy link

In line 85 the double quotes are missing for the JAVACMD variable.

I need to use the client in a non accessible build agent server environment remotely where java home doesn't work and I needed to set JAVACMD (or JAVA_HOME) from outside the script. As the path contained a space this didn't work until I added the quotes to the utplsql.bat file.
Putting double quotes around the path from outside the script also didn't work as this let the check "if "%JAVACMD%"==""" in line 71 fail

Maybe there would have been another way or I did something else wrong, but at least that was how I was able to solve the issue

@pesse
Copy link
Member

pesse commented Mar 10, 2020

Hm, the .bat is created by a maven plugin.
I'll check if we can include an after-adjustment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants