Hello, I am having some issues with getting Comman...
# box-products
m
Hello, I am having some issues with getting CommandBox up and running, was hoping for some help. I followed the installation guide found here for the Linux Yum version, as I am running amazon-linux-2 on AWS Cloud-9. I have the
/etc/yum.repos.d/commandbox.repo
file, I did the yum update, and install. If I try to install again it confirms it is already installed. I also have java installed, JDK 17.0.6. If I try to start command box or run
box version
I get the error message:
Unable to make public boolean java.util.Hashtable$Enumerator.hasMoreElements() accessible: module java.base does not "opens java.util" to unnamed module @4b45dcb8
. I have even tried uninstalling/reinstalling commandbox, with no luck. Any ideas would be much appreciated. I can also post the full stack trace if necessary
r
I believe CommandBox requires JDK 11.
m
That worked, thanks!
👍🏻 1
b
That is correct
Note, the bleeding edge version of CommandBox does have prelim support for Java 16+ though