Can I get the memory address on the data from the static JNI field? For example, I have 2 situations: First: Second: The examples are very simple. I just want to get the memory address on the static field data, without using GetStaticObjectField and etc. It is possible? Answer Fields in the JVM have no addresses. There are only references