ControlSystemStudio / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
https://controlsystemstudio.org/
Eclipse Public License 1.0
113 stars 96 forks source link

Which Eclipse version should I be using to develop plugins for CS-Studio? #2692

Open lorenzo-gomez-windhover opened 3 years ago

lorenzo-gomez-windhover commented 3 years ago

I tried looking at the documentation for this, but could not find a concrete answer.

I followed the instructions to build with maven, and it builds successfully. However, when I try to run it and build on Eclipse, it fails. Eclipse claims that it cannot find a bunch of dependencies. These dependencies are all over the project and among them are javafx packages and a bunch of Eclipse plugins.

Eclipse info:

Eclipse IDE for RCP and RAP Developers (includes Incubating components)
Version: 2021-03 (4.19.0)
Build id: 20210312-0638
OS: Linux, v.5.4.0-73-generic, x86_64 / gtk 3.22.30, WebKit 2.32.0
Java version: 11.0.11

System info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Thanks Lorenzo