Donnerstag, Dezember 20, 2007

Prevent Java Apps to show up in the Dock

As I found in this blog, you can prevent some java applications from appearing in the dock.
E.g. if you start up tomcat from maven / Eclipse you always get an "ugly" application icon.

You can specify the property 'java.awt.headless=true' on the command line / eclipse wtp execution settings to avoid the icon.

java -Djava.awt.headless=true ...



Montag, Dezember 17, 2007

QuickLook into compressed files

With the quick look generator from Robert Rezabek you can now quickly look into jar, tar, tgz, zip and many other compressed files just by activating the Mac OS 10.5 Leopard feature "QuickLook".

http://macitbetter.com/BetterZipQL-1.1