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

What to do when Java Upgrades? #18

Open
ghost opened this issue Sep 21, 2017 · 0 comments
Open

What to do when Java Upgrades? #18

ghost opened this issue Sep 21, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 21, 2017

Whenever there is an upgrade to Java, the path to java.exe changes. For example, when I implemented the SmartSheet Backup utility, Java was located here:

C:\Program Files\Java\jre1.8.0_131\bin\java.exe

After a Java update, java.exe is now located here:
C:\Program Files (x86)\Java\jre1.8.0_144\bin\java.exe

As a result, the Windows Scheduled Task can no longer find java.exe and the backup fails.
Since java updates occur all the time and it is very possible that a Sys Admin would not consider this scheduled task when updating java, we have a high probability of this routine failing often.

Is there a way to wildcard the path to java.exe? What are others doing about this obvious issue?

Thanks,
Doug Niman
Aiphone Corp.

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

0 participants