I had a 64-bit system to build a java project. For now I’m stuck with a 32-bit machine. Will the bytecode be any different using javac x32 versus javac x64. i.e. I need to send a bug fix and I’m not sure I can send a jar file compiled with javac x32 if all the rest of the jars where compiled with x64.
Found this but, I’m still not quite sure.
It should work perfectly fine as was mentioned in the answer you linked Java Bytecode is completely platform independant