dry-analyst-73584
11/13/2015, 2:24 AMself._bin_path = os.path.join(self.home, 'bin')
try:
self._validated_executable('javac') # Calling purely for the check and cache side effects
self._is_jdk = True
except self.Error:
if self._jdk:
raise