Category Image Open your WebObjects app in a browser other than your system default browser


After 10.5.6 Update, I found I had to update my WOOpenURL script to use the full path to Firefox.app...


After 10.5.6 Update, I found I had to update my WOOpenURL script to use the full path to Firefox.app. I have updated the article on the WebObjects wiki to reflect this change.


#!/bin/bash

# Open argument  with firefox
/usr/bin/open -a /Applications/Firefox.app $1


Posted: Friday - January 02, 2009 at 10:24 AM        


Published by