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
13#include <string>
14
15namespace OpenMS
16{
24 class OPENMS_DLLAPI JavaInfo
25 {
26public:
36 static bool canRun(const std::string& java_executable, bool verbose_on_error = true);
37 };
38
39}
40
Detect Java and retrieve information.
Definition JavaInfo.h:25
static bool canRun(const std::string &java_executable, bool verbose_on_error=true)
Determine if Java is installed and reachable.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19