When I create an application with a specific Java development kit, for example, the architecture of 64 bits and the version 8 >:
Can this application work on any virtual machine ( JRE )? Or should it be the same architecture and version?
If I wanted to run my application in another architecture, would I have to use the equivalent JDK to develop my application?