ajshastri / chocolatey-packages

A repo to create packages both manual and automatic for chocolatey
Apache License 2.0
4 stars 1 forks source link

Support Azul Mission Control #3

Open jameswilliams1 opened 3 months ago

jameswilliams1 commented 3 months ago

Thanks for the great work on these packages, they're a real life saver!

It would be very useful to support Azul Mission Control as a package, given the Zulu JDK distributions are already supported. If using one of the JDKs it's generally advisable to use Azul's Mission Control rather than the Oracle one (as it also works with Zulu 8 whereas the Oracle one doesn't).

I'm not 100% how the automation works here, but happy to help with this if you can provide some guidance.

ajshastri commented 2 months ago

It seems simple enough, I can do it just like LibericaMissionControl and JMC packages. It'll end up in the toolsDir without any java. Does that work?

The new ZMC requires Azul Zulu JDK 17 and above, so that would be something you will have to add manually.

jameswilliams1 commented 1 month ago

It seems simple enough, I can do it just like LibericaMissionControl and JMC packages. It'll end up in the toolsDir without any java. Does that work?

The new ZMC requires Azul Zulu JDK 17 and above, so that would be something you will have to add manually.

Yeah I think that's reasonable, anyone using it would have Zulu installed anyway.