I haven’t tried how much of this also works in zsh, I’m guessing a lot. Some really good stuff here.
Java debug options
Given that I have to apply these options on a very regular basis, I’d know them by heart. Nope.
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000
Suspend can be set to “y” if you need to get the debugger attached before anything runs. Tomcat allows this …
Mac OS X Snow Leopard Has No Java 5 – Warning!
Here’s one I spent a day learning: OS X 10.6 “Snow Leopard” has no Java 5 installed, despite appearances to the contrary.
The Java 1.5 installation is actually a symbolic link to the Java 1.6 installation. There is a fix …
Reducing Tooltip Time in Eclipse 3.5 (Galileo) on Mac OS X
Tooltips in Mac OS X display, by default, after 2 seconds. I find this is ample time in the general operating system, but in Eclipse it’s an eternity. Eclipse uses Tooltips in the Java tooling to display all kinds of …
Exporting “Non-Exportable” Private Keys from Vista
Going through the Thawte sign-up process to get a code signing certificate, I noticed that the certificate signing request (CSR) generated by Vista has the “Yes, export the private key” option grayed out. I’m surmising that Vista marks all keys …