My game engine's a combination of Jython and Java so I'm executing a jar along with a python script instead of a classfile.
java -jar Jython.jar init.py
However, when I change "java" to "javaw" it does not hide the console like it normally would. Why is this and is there a way to work around it?