How can I check the person's JDK version ?
Originally Posted by PhQ How can I check the person's JDK version ? Typing this: Java Code: javac -version gives you the compiler's version which normally equals the entire JDK's version. kind regards, Jos
javac -version
Thank you for helping me. :)
Forum Rules
Bookmarks