Skip to content
Snippets Groups Projects
Select Git revision
  • 4229fc7f434554180abda710c806e86374a736a3
  • main default protected
2 results

Java-DevContainer

KIEU Thi phuong's avatar
KIEU Thi phuong authored
4229fc7f
History

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...

    screenshot

  2. Search for Docker Tooling then click Install.

    screenshot

Option 2: Download manually

If unsuccessfully, install manually follow these steps:

  1. Go to HelpInstall New Software...

    alt text

  2. Click Add...

    alt text

  3. Enter the following:

    Name: Eclipse Docker

    Location: https://download.eclipse.org/linuxtools/update-docker/

    alt text

    Click Add.

  4. Check the Docker Tooling option and install.

    alt text

Write Dockerfile script