Hello I am coworking on a Java project. My colleague uses JBuilder v4.0 on Windows NT while I work withXEmacs/JDE/jikes on Linux. All works OK but I have to conclude that the running of programs on the system of my colleague is much faster than on my linux system. I guess this has to do with the absence of a JIT compiler on my system. Where can I find a good JIT compiler for my combination? As a second question, are there good converters from byte-code to machine code for Linux and Windows? Thanks
