6 | | Attempted "Help" "Eclipse Marketplace" uninstall subclipse and then reinstall. This did not fix the problem. I am investigating further. |
| 6 | To fix subclipse uninstall eclipse. Close Eclipse. The VM eclipse installation is installed with snap. Open a terminal window and type: |
| 7 | {{{ |
| 8 | cd ~/home/user/snap/eclipse |
| 9 | rm -rf * |
| 10 | snap remove eclipse |
| 11 | }}} |
| 12 | Instead of using snap to reinstall Eclipse it may be better to download the Eclipse installer from https://www.eclipse.org/downloads/packages/ |
| 13 | Right click on the eclipse-inst-jre-linux64.tar.gz and select "Extract" and "Extract Here". The int he "eclipse-installer" double-click **eclipse-inst**. Select "Eclipse C/C++ Development" |
| 14 | |
| 15 | After installing exit eclipse and install these additional items from the terminal window. |
| 16 | {{{ |
| 17 | pkcon install rpmlint rpm-build rpmdevtools systemtap-client valgrind |
| 18 | }}} |