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バージョンは1.6で、Javaホームは1.7です.ターミナルを使用して1.6に変更する方法.
「update-java-alternatives」コマンドを使用します。単に行く:
update-java-alternatives -l
インストールされている利用可能なjdkが一覧表示され、次に単純に
update-java-alternatives -set [name]
必要なJavaバージョンを変更します。