Posts filed under 'MAC OSX'
After installing subclipse flash builder will nag you every time you launch it with a pop up window containing this error message.
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
The solution is rather simple go to the Flash builder preference and make your way to Team->SVN.
Under Client interface choose switch to SVNKit(PureJava).
March 31st, 2010
Go to the location where the symbolic link needs to go.
cd /some/path/
then type the following
ln -s {target} {alias}
{target} is the path to the file we want to create shortcut to
{alias} is the name of the symbolic link (generally it is the same as the file we creating a shortcut for)
March 23rd, 2010
Fuild is probably the best application I encountered in a while. It allows to bring internet web page to your desktop and to treat them as application. For instance if you use gmail you could create an application for launching gmail only. No need to go through the web browse to read your emails. Just launch your Gmail app. This would also work for Google calendar, Flickr, any thing based on the web but which you think deserves to be an application. Give it a try you’ll never look back.
http://fluidapp.com/
September 17th, 2009
Here is a good tutorial for setting up all the apache config files to have virtual hosts on Leopard
http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/
July 19th, 2008