how to run java on p4 [message #100190] |
Fri, 30 August 2002 10:43 |
chalapathi
Messages: 2 Registered: August 2002
|
Junior Member |
|
|
I want to run java on p4. i have the old version of java i.e.jdk1.2.1, but on p4 it is not supporting to work. so what files i needed and how can i get those files through net and give information about how to install to work java.
|
|
|
Re: how to run java on p4 [message #100203 is a reply to message #100190] |
Fri, 06 September 2002 04:41 |
Stewart Tebay
Messages: 9 Registered: September 2002
|
Junior Member |
|
|
This is because symcjit.dll is a incorrect version, as oracle installer is probably already installed on the machine, the dll will exist within the folder.
Delete the dll and check out
http://www.intel.com/design/processor/future/manuals/knownissue.htm
If oracle installer is not yet installed then the problem is oraparam.ini needs and extra entry in JRE_MEMORY_OPTIONS
change the above from " -mx48m" to "-mx48m -nojit"
Oracle installer will install correctly, it install other products once universal installer in installed then change the symcjit.dll to the later version.
Tell me how it goes.
Regards
Stewart
|
|
|
Re: how to run java on p4 (part 2) [message #100208 is a reply to message #100190] |
Fri, 06 September 2002 05:11 |
Stewart Tebay
Messages: 9 Registered: September 2002
|
Junior Member |
|
|
ne thing you may notice is that whilst installing other oracle products (after changing the symcjit.dll file), you may notice a reference to jvm.dll.
Normally this is not installed unless you have the java plug in (jre-1_2_2_013-windows-i586.exe (available from sun), however you may be able to pilfer the dll from an install and copy into say c:program filesorantbin.
This works successfully, so it you can find a good version of jvm.dll (20-06-2002 - 418kb) and place above then the likes or oracle sales analyser work successfully.
|
|
|
|
|
Re: how to run java on p4 [message #101415 is a reply to message #100190] |
Mon, 20 September 2004 04:25 |
sandeep
Messages: 110 Registered: October 2000
|
Senior Member |
|
|
I am using one software whichi is using the java, when i am trying to install it on P4, getting follwing error
JREW caused a stack fault in module KERNEL32.DLL at 0187:bff724c1.
Registers:
EAX=002a0037 CS=0187 EIP=bff724c1 EFLGS=00000286
EBX=ff9c9000 SS=018f ESP=ff0064a6 EBP=ff0064ba
ECX=00000022 DS=018f ESI=ff0064ca FS=64c7
EDX=81772220 ES=018f EDI=81772220 GS=0000
Bytes at CS:EIP:
6a ff e8 07 ad 01 00 eb e7 55 8b ec 56 57 53 8b
Stack dump:
ff9c9000 81772228 ff0064ca 0001bffc 1dac0000 ff006524 bff72858 81772220 ff0064ca 016f512c 01bf0028 000000ff 000065ff 00000000 00006467 2220646f
Sandeep B.
|
|
|