Changes between Version 11 and Version 12 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
03/04/25 09:36:35 (7 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v11 v12  
    44After Development VM updates, Subclipse SVN integration with Eclipse may stop working. Command line SVN commands are still working.
    55
    6 Attempted "Help" "Eclipse Marketplace" uninstall subclipse and then reinstall. This did not fix the problem. I am investigating further.
     6To fix subclipse uninstall eclipse. Close Eclipse. The VM eclipse installation is installed with snap. Open a terminal window and type:
     7{{{
     8cd ~/home/user/snap/eclipse
     9rm -rf *
     10snap remove eclipse
     11}}}
     12Instead of using snap to reinstall Eclipse it may be better to download the Eclipse installer from https://www.eclipse.org/downloads/packages/
     13Right 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
     15After installing exit eclipse and install these additional items from the terminal window.
     16{{{
     17pkcon install rpmlint rpm-build rpmdevtools systemtap-client valgrind
     18}}}
    719
    820== 2025-02-14 ==