Skip to content
Snippets Groups Projects
Select Git revision
  • 802d1b44d40b98763fb50259bb2ba3d5e6076da7
  • main default protected
2 results

Java-DevContainer

  • Clone with SSH
  • Clone with HTTPS
  • KIEU Thi phuong's avatar
    KIEU Thi phuong authored
    802d1b44
    History
    Name Last commit Last update
    README.md

    How to run a Java program in DevContainer on the LIS Cluster

    Getting started

    Reclaim: This tutorials is written for Ubuntu users.

    Tutorial source:

    Step by step

    Installation

    Eclipse IDE

    1. Download the installer here.
    2. Extract the archive file, e.g. the 64-bit version:
      tar xf eclipse-inst-linux64.tar.gz
    3. Run the installer:
      cd eclipse-installer
      ./eclipse-inst # or sudo ./eclipse-inst

    DCLI

    Installation Guildline

    Import Java Project

    You can create your own project, or import DEv-CF model project here.

    Install Eclipse Docker Tooling

    Option 1: Download from the Eclipse Marketplace

    1. Go to HelpEclipse Marketplace...

    2. Search for Docker Tooling then click Install.

    Option 2: Download manually

    If unsuccessfully, install manually follow these steps:

    1. Go to HelpInstall New Software...

    2. Click Add...

    3. Enter the following:

      Then click Add.

    4. Check the Docker Tooling option and install.

    Write Dockerfile script