Searched refs:java_path (Results 1 – 3 of 3) sorted by relevance
78 java_path = which('java')79 if not java_path:80 java_path = which('java.exe')82 if not java_path:87 java_version_out, _ = popen([java_path, '-version']).communicate()96 exec_command = [java_path, '-Xms1024m', '-server',108 print 'Java executable: %s%s' % (java_path, '' if has_server_jvm else ' (no server JVM)')
203 java_path = '/usr/lib/jvm/java-6-sun/bin'206 'PATH=%s:$PATH' % java_path)
210 protected static long nativeLoad(String java_path, boolean system, in nativeLoad() argument212 String path = java_path; in nativeLoad()