I'm a newbie to VTK and am starting to write a medical viewer. I've seen that VTK wraps into either Java or QT and was wondering if anyone has an opinion about which one works better. I'm much better at Java, and would be learning QT from scratch. However, I've read and noticed that getting VTK and Java to play nice can be problematic. For example my first hello world Java VTK program took a long time to write because I had to modify the system path to get Java with VTK to run. This alone might be problematic down the road because the computers I'm deploying on have very strict security regulations. But on the other hand, I'd be learning QT from scratch.
Any ideas or opinions would be much appreciated.
Thanks!