If you've downloaded Eclipse from their official website, follow these steps for the installation. Extract the eclipse.XX.YY.tar.gz using tar -zxvf eclipse.XX.YY.tar.gz Become root. sudo -i Copy the extracted folder to /opt cp -r eclipse.XX.YY /opt C…
Window -> Preferences -> Java -> Code Style -> Code templates -> (in right-hand pane) Comments -> double-click Types and make sure it has the following, which it should have by default: /** * @author ${user} * ${date} ${time} */ then hit…