How do you address the issue of a missing tools.jar in a JDK in Mac OS X?

后端 未结 7 1101
醉梦人生
醉梦人生 2020-12-16 16:24

From my searching, I found supporting information here: Java Development Guide for Mac OS X

tools.jar does not exist. Classes usually lo

7条回答
  •  时光取名叫无心
    2020-12-16 16:49

    Well, you search for 'tools.jar', with grep for instance. If the place where classes.jar is, where tools.jar was expected, you could just change the word.

    Another idea is, to create a symbolic link from classes.jar to tools.jar, if you have enough privileges and the file system(s) on MacOS support this. Else: copy. Might be more easy, but not be forgotten for updates, maybe.

提交回复
热议问题