• Toolkit Version 2024.2
    • 2024.2 Highlights
      • OEToolkits 2024.2.1
      • OEToolkits 2024.2.0
    • Detailed Release Notes 2024.2
      • Bioisostere TK 4.1.0
      • OEChem TK 4.1.1.1
      • OEChem TK 4.1.1.0
      • OEPlatform TK 4.1.1
      • OEBio TK 4.1.1
      • OEDepict TK 2.5.5
      • OEDocking TK 4.3.2
      • Eon TK 3.1.0
      • FastROCS TK 2.2.7
      • Grapheme TK 1.5.2
      • GraphSim TK 2.6.1
      • Lexichem TK 2.9.2
      • OEMedChem TK 1.2.3
      • MolProp TK 2.6.5
      • OEFF TK 2.8.0
      • Omega TK 6.0.0
      • Quacpac TK 2.2.5
      • Shape TK 3.7.0
      • SiteHopper TK 2.1.1
      • Spicoli TK 1.6.1
      • Spruce TK 1.6.1.1
      • Spruce TK 1.6.1
      • Szmap TK 1.7.1
      • Szybki TK 2.8.0
      • Zap TK 2.5.0
    • Recent Release History
      • OEToolkits 2024.1
      • OEToolkits 2023.2
      • OEToolkits 2023.1
      • Release Highlights 2022.2
    • Previous Release History
      • Release Highlights 2022.1
      • Release Highlights 2021.2
      • Release Highlights 2021.1
      • Release Highlights 2020.2
      • Release Highlights 2020.1
      • OEToolkits 2019.Oct
      • OEToolkits 2019.Apr
      • OEToolkits 2018.Oct
      • OEToolkits 2018.Feb
      • OEToolkits 2017.Oct
      • OEToolkits 2017.Jun
      • OEToolkits 2017.Feb
      • OEToolkits 2016.Oct
      • OEToolkits 2016.Jun
      • OEToolkits 2016.Feb
      • OEToolkits 2015.Oct
      • OEToolkits 2015.Jun
      • OEToolkits 2015.Feb
      • OEToolkits 2014.Oct
      • OEToolkits 2014.Jun
      • OEToolkits 2014.Feb
      • OEToolkits 2013.Oct
      • OEToolkits 2013.Jun
      • OEToolkits 2013.Feb
      • OEToolkits 2012.Oct
      • OEToolkits 2012.Jun
      • OEToolkits 2012.Feb
      • OEToolkits 2011.Oct
      • OEToolkits 2011.1
      • OEToolkits 1.7.4
      • OEToolkits 1.7.2
      • OEToolkits 1.7.1
      • OEToolkits 1.7.0
  • Introduction
    • Toolkit API
    • Release Cycle
  • Getting Started with OpenEye Java
    • License for OpenEye Toolkits
    • Introduction
    • Prerequisites
      • Platform Support
      • Windows
      • Linux
      • macOS
    • GPU Prerequisites
    • GPU-Related Requirements
      • Supported Platforms
      • Supported GPUs
      • NVIDIA Drivers
      • Performance Tuning
    • Download the OpenEye Java distribution
    • Installation
    • Using Apache Maven with OpenEye
      • Requirements
      • Creating a Maven Project
      • Using OpenEye Artifacts
      • Finding Available OpenEye Versions
      • Using OpenEye in HelloMaven
      • Using Maven to Compile and Run
      • Thoughts
      • Conclusion
    • How to Develop with the OpenEye Java Toolkit in Eclipse
      • Creating a New Project
      • Adding a Class to Our Project
      • Running Our Example inside Eclipse
      • Creating an Executable JAR
    • How to Develop with the OpenEye Java Toolkit in IntellJ IDEA
      • Creating a New Project
      • Create a Package and a Class
      • Running Our Example inside IDEA
      • Creating an Executable JAR
    • Creating an Example on the command line
    • Creating a custom oejava jar file
      • Examples of creating a special jar
    • How to import the toolkits
    • Legal Notices
      • Copyright and Trademarks
      • Sample Code
      • Citation
      • Technology Licensing
  • Informatics and Modeling Toolkits
    • OEChem TK
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
    • OEDepict TK
      • Introduction
      • Theory
      • Examples
      • API
      • Appendices
      • Release History
    • OEDocking TK
      • Introduction
      • Theory
      • OEDocking Examples
      • OEModels Examples
      • API
      • Release History
    • FastROCS™ TK
      • Introduction
      • FastROCS vs ROCS
      • Installation
      • FastROCS Architecture
      • Examples
      • Tutorials
      • API
      • Release History
    • Grapheme™ TK
      • Introduction
      • Theory
      • Examples
      • Preliminary API
      • API
      • Release History
    • GraphSim TK
      • Introduction
      • Theory
      • GPU Fast Fingerprints
      • Examples
      • API
      • Release History
    • Lexichem TK
      • Theory
      • Examples
      • API
      • Release History
    • OEMedChem TK
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
    • MolProp TK
      • Theory
      • Examples
      • API
      • Release History
    • Omega TK
      • Theory
      • GPU-Omega
      • OMEGA Examples
      • API
      • Preliminary API
      • Release History
    • Quacpac TK
      • Theory
      • Examples
      • API
      • Preliminary API
      • Release History
    • Shape TK
      • Theory
      • Examples
      • API
      • Deprecated API
      • Release History
    • Spicoli TK
      • Theory
      • API
      • Release History
    • Szmap TK
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
    • Szybki TK
      • Introduction
      • Theory
      • API
      • Preliminary API
      • Examples: Working with Szybki TK
      • Release History
    • Zap Toolkit
      • Theory and Examples
      • API
      • Release History
  • OpenEye Glossary of Terms
  • Bibliography
Toolkits--java
  • All OpenEye Documentation »
  • Contents »
  • Informatics and Modeling Toolkits »
  • OEChem Toolkit 4.1.1.1 »
  • Examples »
  • OEChem Examples »
  • Print OEChem and file format information

Print OEChem and file format information¶

A program that prints the current OEChem version, platform, build date, and the release name of the overall toolkits being used. It also prints details of all the molecule file formats supported by the OEChem toolkit and whether they are readable and/or writable.

Example¶

prompt> OEChemInfo

Code¶

Download code

OEChemInfo.java

See also

  • OEGetFormatString function

  • OEGetFormatExtension function

  • OEChemGetRelease function

  • OEChemGetVersion function

  • OEChemGetPlatform function

  • OEToolkitsGetRelease function

Next Previous

© Copyright 2025, Cadence Design Systems, Inc. (Cadence). Last updated on Feb 08, 2025.