OpenMS
Loading...
Searching...
No Matches
JavaInfo.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: Timo Sachsenberg, Chris Bielow $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11#include <OpenMS/config.h>
12
13namespace OpenMS
14{
15 class String;
23 class OPENMS_DLLAPI JavaInfo
24 {
25public:
35 static bool canRun(const String& java_executable, bool verbose_on_error = true);
36 };
37
38}
39
Detect Java and retrieve information.
Definition JavaInfo.h:24
static bool canRun(const String &java_executable, bool verbose_on_error=true)
Determine if Java is installed and reachable.
A more convenient string class.
Definition String.h:34
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19