I have a JSE project running on my WinXP 32 bit machine with JRE 1.6.0.29-b11 which is running just fine. The program is parsing XML files and writes them to the database. On the WinXP machine maybe 10-15 XML files are processed in one second. My eclipse version is 3.4.1
Now I got a new computer, which comes with Windows 7 Professional 64 bit. I installed the new eclipse Indigo Service Release 1 64bit and JDK 6u30x64. Then checked out my project throw subversion and compiled it. Now I need for one XML file almost 2 seconds, which is extremly slow. The new computer is a real power-mashine so the hardware should not be an issue. Just to see if the JREx64 ist the problem I downloaded JRE6u30x86 but the result was the same. Also I deleted the whole mashine and installed Win7 pro form scratch whith all the Java stuff. Nothing helped.
Now I am clueless what the problem can be. I am thankful for any help!