Wessel van Norel

Results 20 comments of Wessel van Norel

On MacOS make sure you include the `/Contents/Home` to the path, so for example: ``` ln -s /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home ~/.asdf/installs/java/oracle-1.7.0 asdf reshim java ``` This will make it possible to do:...

@joschi did you have time to look at this pull-request?

I think adding an alias can be done using: https://asdf-vm.com/#/plugins-create?id=extension-commands-for-asdf-cli I'm currently thinking about adding ~2~1 custom command~s~: - ~`asdf java alias `~ - ~To be able to link an...

@augustobmoura thanks, guess we need to add a [bin/help.links](https://asdf-vm.com/#/plugins-create?id=optional-scripts) to link to this plugin as a useful companion plugin.

@augustobmoura have you used this plugin successfully? I first tried the regular version, first facepalm: install instructions are incorrect. But changing `asdf-alias` to just `alias` made it work. But now...

@augustobmoura found what was wrong with `asdf alias` in my case. Created a [pull request](https://github.com/andrewthauer/asdf-alias/pull/5) for that. It didn't work for people who did not have the ASDF_DATA_DIR set, and...

@joschi should we change your repository to contain a "-" between the adopt and openjdk? Or will we just wait for the Eclipse Adoption name switch, and see if all...

> @delgurth Since the change was introduced over 9 months ago I really wouldn't want to break consumers again. 😉 Agree, forgot to look how old this question was :(...

I was looking into this issue, because for testing ["my issue"](https://github.com/halcyon/asdf-java/issues/137) I downloaded the same JVM version quite some times. Unfortunately "the proper fix" was not trivial and I've started...

Think we can close this issue now seeing: ``` ❯ cat /proc/cpuinfo | grep Raspbe Model : Raspberry Pi 4 Model B Rev 1.4 ❯ uname -a Linux poepi 5.10.17-v7l+...