> Download Java 1.3 from Sun or IBM. These both have
> excellent JIT Compilers.
I have the JDK 1.3 & JRE 1.3 from Sun.
I had a feeling a JIT compiler was included, do I need to do anything special to invoke the JIT or does it invoke automatically?
I developed a small program, initially for my own personal use and although it runs fine, the simple GUI can take a while to repaint after clicking the minimised program in the Taskbar (NB: I'm using Win98). Same slow repaint is evident when the program pops up a dialog box.
Thought a JIT may help.
Also wondered if building the GUI in VB and using the JavaBean ActiveX Bridge (if this is even possible) could help.
Any thoughts?