OpenMS
JavaInfo.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- 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 namespace OpenMS
14 {
15  class String;
23  class OPENMS_DLLAPI JavaInfo
24  {
25 public:
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: FeatureDeconvolution.h:22