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
Java App ServersJavaJava EE

Avatar of undefined
Last Comment
atigris

8/22/2022 - Mon
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
__geof__

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
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.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck