Discord Bot JDA

Here’s the Situation:
I am trying to run my JDA discord bot. I am getting a “Cannot Find Symbol” error for Button and ButtonClickEvent. I made sure that the import statements are correct. I also installed the latest JDA package. I can run the exact same program and dependencies on my local machine and it will work. This behavior is curious because I am using more than just Button. I am using EmbedBuilder for example. Both are included within the package. Any ideas?