Just-In-Time Compiler

Can anyone recommend a good, preferrably, free Java JIT for use on Windows?Thanks in advance.
[114 byte] By [shusseina] at [2007-9-26 3:31:07]
# 1
Download Java 1.3 from Sun or IBM. These both have excellent JIT Compilers.
cmccorvey at 2007-6-29 11:57:23 > top of Java-index,Developer Tools,Java Compiler...
# 2

> 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?

shusseina at 2007-6-29 11:57:23 > top of Java-index,Developer Tools,Java Compiler...
# 3
Try the Java1.2+ VM's any of them are fine.PS: don't try MS VM's they have some serious problems & don't work right for most apps.
musheno at 2007-6-29 11:57:23 > top of Java-index,Developer Tools,Java Compiler...