Configure Eclipse, Derby and SQuirrel Client for Java Development
I know this is easy for Linux experts. Novice programmers this note will be helpful. You can find enough informations to install and run the application in Fedora without any problem. But how to add the entry to "Application" menu to fast access the application.
- login as a admin, ex: su -
- go to the /usr/share/applications
- create a file with the desktop extention, eg: gedit squirrel.desktop
- write a shortcut
[Desktop Entry] Encoding=UTF-8 Name=SQuirrel Comment=SQuirrel Client Exec=/opt/squirrel-sql-3.2.0/./squirrel-sql.sh Icon=/opt/squirrel-sql-3.2.0/icons/acorn.png Terminal=false Type=Application Categories=GNOME;Application;Development; StartupNotify=trueNow you are ready to access the squirrel client via "Applications->Programming"
Comments
Post a Comment
commented your blog