Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.1

...

Prerequisites

IDEEclipse 4.4 to 4.16 (2020-06)8 or later.
Java

The following Oracle and OpenJDK versions are supported:

  • Java 8
  • Java 11 - The following features are not supported:

  • embedded data repository server
  • WebMethods tool
  • Call Back tool in Load Test
  • Message Stub tool in Load Test

    Java 11 or later. Oracle and OpenJDK are supported.

    Additional When installing from the update site, you need to install the Eclipse Graphical Editing Framework (GEF). You can download and install Eclipse GEF from http://www.eclipse.org/gef/.
    Recommended

    We also recommend configuring the osgi.bundlefile.limit property to 0 (unlimited) for Windows or 300 for Linux and macOS when starting Eclipse. For example:

    Code Block
    eclipse.exe -vmargs -Dosgi.bundlefile.limit=0

    The osgi.bundlefile.limit property limits the number of JAR files the Eclipse framework will keep open. In Eclipse 3.5 and later, this property defaults to 100, which may be too low and result in performance issues. Setting the property manually overrides the default setting. If you experience crashes or a "Too many open files" exception after setting the property to the recommended values, try setting the property to a lower limit.

    ...