JavaInfo
- class pyopenms.JavaInfo
Bases:
objectCython implementation of _JavaInfo
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1JavaInfo.html
- __init__()
Cython signature: void JavaInfo() Detect Java and retrieve information
Cython signature: void JavaInfo(JavaInfo &)
Methods
Cython signature: void JavaInfo()
Cython signature: bool canRun(String java_executable)
- canRun()
Cython signature: bool canRun(String java_executable)
- Parameters
java_executable – Path to Java executable. Can be absolute, relative or just a filename
- Returns
Returns false if Java executable can not be called; true if Java executable can be executed