Category Archives: Software Development

How to identify if installed JDK is 64 or 32 bit

A method to identify if an installed JDK is 32-bit or 64-bit. Continue reading

Posted in Administration, Java, Software Development | Tagged , , , , , | 2 Comments

Java Thread at RUNNABLE state is not really running

Which are the main reasons that even a Java thread is at RUNNABLE state it is not really running. Continue reading

Posted in Java, Software Development | Tagged , , , , | 5 Comments

JRockit – JRCMD useful commands

Describe a few crucial diagnostic commands of JRCMD of JRockit JVM to help you on troubleshooting. Continue reading

Posted in Administration, Java, Software Development | Tagged , , , , | 9 Comments

Run JBoss 7 in debug mode

Run JBoss 7 in debug mode and debug application with Eclipse. Continue reading

Posted in Java, Java EE, JBoss, Software Development | Tagged , , , | 7 Comments

Setup Git server with read/write HTTPS on Debian

Configuration guidelines to setup to a Git server that supports read/write HTTP(S) on Debian GNU/Linux. Continue reading

Posted in Administration, GNU/Linux, Software Development | Tagged , , | 13 Comments