Class Eclipse

java.lang.Object
fi.evolver.script.app.Eclipse

public class Eclipse extends Object
  • Constructor Details

    • Eclipse

      public Eclipse()
  • Method Details

    • install

      public static void install(String version) throws IOException
      Installs the Eclipse JEE version.

      If Eclipse is already installed in the target directory, the installation is skipped. Otherwise, the distribution archive is downloaded, extracted, and the resulting folder is renamed to a standardized installation folder.

      Parameters:
      version - Eclipse version, such as "2025-06"
      Throws:
      IOException - if downloading the archive fails.