For Linux (Ubuntu/Debian-based Distributions)
- Update the system repositories:
sudo apt update- Install Open VMware Tools:
| #!/bin/bash | |
| TEXT_RESET='\e[0m' | |
| TEXT_YELLOW='\e[0;33m' | |
| TEXT_RED_B='\e[1;31m' | |
| # root check | |
| if [[ ${UID} != 0 ]]; then | |
| echo "Script must be executed as root!" | |
| exit 1 |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\FTS] | |
| "EnableGR535"=dword:00000000 |
| src: http://difusal.blogspot.com/2015/06/how-to-install-eclipse-mars-45-on-ubuntu.html | |
| 0. maybe : | |
| sudo ln -s *eclipse path* /usr/bin/eclipse | |
| make sure you replace *eclipse path* with the location where you previously saved eclipse - in my case it is ~/Programs/eclipse/eclipse | |
| 1. sudo gedit /usr/share/applications/eclipse.desktop | |
| 2. After these commands, gedit - Ubuntu's default text editor - should have opened | |
| 3. Copy the following text and paste it there: |