Categories

Debugging any Java Application

As long as you’re using a java application (ie an application calling your JVM), you can enable the debug mode with these parameters :

-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y

So for example, if you want to debug an ant launch (launched via « ant -f myBuild.xml » for example), you simply have to set ANT_OPTS; on windows :

set ANT_OPTS=-Xdebug [...]

G2Android v. 1.4.2 : now it is really stable !

Sorry, no new features in this release But a lot of bug fixes These bugs specially appeared in CyanogenMod running Android phones, because, for some reason, CyanogenMod kills really rapidly applications loosing focus. For example, when trying to upload a photo, Android, under Cyanogenmod, would kill G2Android, as it lost focus, for letting the user [...]

Comment convertir une mailbox Outlook en mailbox IMAP

Si chez moi j’ai tout le loisir d’utiliser, pour la messagerie par email, des logiciels libres implémentant des standards; dans le cadre du travail, je me suis souvent retrouvé à utiliser un compte Outlook… (ou pire, Lotus Notes, mais là c’est un autre sujet…) Sauf que le jour où on quitte la société ou la [...]