Application cannot run in Intel? Pentium? 4 Processor

Dear All I have finished an application program, which can run smoothly in PC with Intel Pentium 3 Processor, but cannot run normally in PC with Intel Pentium 4 Processor. Is it a limitation of Java plug-in?Pls help!Best RegardsJack
[267 byte] By [jackalofficea] at [2007-9-28 1:40:14]
# 1
What Operating System are you running on the Intel Pentium 4 processor and what Operating System are you running on the P3?Which version of the JRE are you using on these computers?Paul
paul_kent2a at 2007-7-7 21:13:38 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Dear PaulThanks for your reply, both of P3 & P4 is running Windows2000 with SP2, and JRE 1.4.0_01.RegardsJack
jackalofficea at 2007-7-7 21:13:38 > top of Java-index,Desktop,Developing for the Desktop...
# 3
Does any Java program work on your P4?Try compiling and running a simple "Hello World" program. Does that work?Regards,Paul
paul_kent2a at 2007-7-7 21:13:38 > top of Java-index,Desktop,Developing for the Desktop...
# 4
This is general bug in Intel P4 machines.Any Java application using JIT compiler fails to start on Intel P4 machines.SOLUTION: Use -nojit option for your JREW or JRE command.
JaiJavaa at 2007-7-7 21:13:38 > top of Java-index,Desktop,Developing for the Desktop...
# 5
Or you could updgrade to 1.4.0_03
chirag11a at 2007-7-7 21:13:38 > top of Java-index,Desktop,Developing for the Desktop...
# 6
Dear all,I would like to say thank you to all of you!Best RegardsJack
jackalofficea at 2007-7-7 21:13:38 > top of Java-index,Desktop,Developing for the Desktop...