Cask is unreadable #113
-
I did a
The error I'm getting is: Again, I get this even on |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
did you ever pin the java cask? |
Beta Was this translation helpful? Give feedback.
-
Not to my knowledge. But I can't get any cask commands to work, either, they give the same error. Any command I would run to try to figure out what's wrong isn't working because of the error. EDIT: I should have said "remembrance" instead of "knowledge", i.e. I don't remember ever doing so. |
Beta Was this translation helpful? Give feedback.
-
A |
Beta Was this translation helpful? Give feedback.
-
Casks can’t be pinned. It doesn’t work with the software model of GUI apps which can update themselves (which we don’t want to break). You’re experiencing a long-standing bug. To quickly work around it, run |
Beta Was this translation helpful? Give feedback.
-
Thanks! I had already tried the uninstall; that didn't help. Apparently the |
Beta Was this translation helpful? Give feedback.
Casks can’t be pinned. It doesn’t work with the software model of GUI apps which can update themselves (which we don’t want to break).
You’re experiencing a long-standing bug. To quickly work around it, run
brew uninstall homebrew/cask/java; rm -rf "$(brew --prefix)/Caskroom/java"
. You may need tobrew install openjdk
afterwards (it’s now a formula).