--- layout: post title: Defining Web Browsers in #Eclipse on Mac OSX author: Steven date: 2011-05-20 08:56:05 categories: - Musings tags: - eclipse - google - os x - software featured_image: https://www.stevenjaycohen.com/wp-content/uploads/2016/07/wsi-imageoptim-eclipse-browser-define-mac-1.png --- It may seem a bit counter-intuitive, but since Mac OSX is based on BSD, you open programs (including web browsers) like you do on other UNIX derivatives. In Preferences, under General, you will find Web Browsers. Add a new browser. Name it anything you like. Put /usr/bin/open into the Location. And, put -a AppName.app %URL% into Parameters (substitute your browser's real name for AppName like Google Chrome.app).If you find this helpful, please let me know.