com.sap.conn.jco
Class About

java.lang.Object
  extended by com.sap.conn.jco.About

public class About
extends java.lang.Object

The About class allows getting information about JCo. When running the class, a dialog will pop up showing all relevant information about the installation environment.

Since:
JCo 3.0.4

Method Summary
static java.lang.String getFullVersion()
          Returns the string containing versions of components used by Java Connector layers.
static boolean isNativeLayerAvailable()
          Checks whether the native layer is available and is already loaded.
static void main(java.lang.String[] argv)
          Prints the version of the Java Connector.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)
Prints the version of the Java Connector.


getFullVersion

public static java.lang.String getFullVersion()
Returns the string containing versions of components used by Java Connector layers.

Returns:
version string of JCo components

isNativeLayerAvailable

public static boolean isNativeLayerAvailable()
Checks whether the native layer is available and is already loaded.

Returns:
true, if the native layer is available, false otherwise


Copyright © 2008-2014 SAP AG. All Rights Reserved.