JAVAC vs JAVA for 32/64 bit
807588Aug 13 2008 — edited Jan 20 2009I want to produce Java application for 64 bit architecture.
What I am not sure, is do I need to compile it with javac for 64 bit or do I just need to change JVM option of java ?
In other word, the compilation is not a problem (the byte code is always the same) and it is at run time, depending if I have a 32 or 64 bit architecture, that I change the option ?
Thanks for your answer !