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
- Download the installer here.
- Extract the archive file, e.g. the 64-bit version:
tar xf eclipse-inst-linux64.tar.gz
- Run the installer:
cd eclipse-installer ./eclipse-inst # or sudo ./eclipse-inst
DCLI
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
Option 2: Download manually
If unsuccessfully, install manually follow these steps:
-
Go to Help → Install New Software...
-
Click Add...
-
Enter the following:
Name: Eclipse Docker
Location: https://download.eclipse.org/linuxtools/update-docker/
Click Add.
-
Check the Docker Tooling option and install.