Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はJavaコンソールメニューを書いています。ただし、私のjreは「スキャナー」をサポートしていません。この問題の回避策は何ですか?
java.util.Scanner scanner = new Scanner (System.in);
BufferedReader br = new BufferedReader(new InputStreamReader(System.in))