Changes between Version 30 and Version 31 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
03/04/25 10:30:59 (7 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v30 v31  
    66To fix Subclipse close Eclipse. The VM Eclipse installation was installed using "snap". Open a terminal window and uninstall Eclipse. Type:
    77{{{
    8 cd ~/home/user/snap/eclipse
    9 rm -rf *
     8rm -rf /home/user/snap/eclipse/*
    109snap remove eclipse
    1110}}}