Searched refs:versionMethod (Results 1 – 2 of 2) sorted by relevance
100 Method versionMethod = Runtime.class.getMethod("version"); in getMajor() local101 Object version = versionMethod.invoke(null); in getMajor()
183 Method versionMethod = Runtime.class.getMethod("version"); in getMajor() local184 Object version = versionMethod.invoke(null); in getMajor()