Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am k7d on github.
  • I am k7d (https://keybase.io/k7d) on keybase.
  • I have a public key whose fingerprint is BE7C 8C49 C47D BE9E 3242 B55B BDA3 7413 060B 7E97

To claim this, I am signing this object:

Caused by LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/xml/namespace/QName"
->> 50 | <clinit> in javax.xml.xpath.XPathConstants
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 319 | asNode in com.amazonaws.util.XpathUtils
| 363 | evaluateAsString in ''
| 120 | asString in ''
| 88 | parseErrorCode in com.amazonaws.transform.StandardErrorUnmarshaller
| 34 | unmarshall in com.amazonaws.services.sqs.model.transform.QueueDeletedRecentlyExceptionUnmarshaller
| 25 | unmarshall in ''
| 87 | handle in com.amazonaws.http.DefaultErrorResponseHandler
@k7d
k7d / gist:3011323
Created June 28, 2012 13:17
show / hide dock icon
ProcessSerialNumber psn = { 0, kCurrentProcess };
if (anchorToMenuBar) {
TransformProcessType(&psn, kProcessTransformToUIElementApplication);
} else {
TransformProcessType(&psn, kProcessTransformToForegroundApplication);
}