You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When JdkInfo.GetReleaseProperties() gets to the last line it breaks because it is expecting every value to be inside quotes. Changing the last line to BUILD_NUMBER="9" causes the error to go away.