Link to home
Start Free TrialLog in
Avatar of atigris
atigris

asked on

JAVA jdk 64 bit on 32 bit

Hello

I have been trying to deploy a build on jboss taken from 64 bit production environment to my 32 bit local environment, after completing %100 copy process to my local system, I tried starting jboss however it keeps complaining about not being able to execute java.

I downloaded 32 bit version of java on my system, then I was able to start  jboss however it gets stuck after throwing log4j error, so I copied jboss-log4j.xml configuration file from fresh build and jboss was able to start, however none of the app were successfully deployed.

what do you guys think? all these problems are due to environment difference?

Thank you
Avatar of pr0t0c0l12
pr0t0c0l12

Did you make sure to change your environment variables to point to the right place?

If you install a 32bit program in a 64 bit OS, it will create

C:\program files (86)\.........

Make sure you point them to the right place and you should be good....
ASKER CERTIFIED SOLUTION
Avatar of __geof__
__geof__
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of atigris

ASKER

Apache and many modules needed to be recompiled on 32 bit platform. you better off using 64 as long as everything is designed to run on 64 bit.