I\'m working on a small django project that will be deployed in a servlet container later. But development is much faster if I work with cPython instead of Jython. So what I
if you're running Jython
import platform platform.system()
return 'Java' here has some discussion, hope this helps.