I have a project that is on github. I have two different computers that use the project. The reason I mention github is because the two computers have the exact same project. But on one of the computers, I get a package does not exist error. That package is com.sun.glass
import com.sun.glass.events.KeyEvent;
Underneath I tried just using
import com.sun.glass
my netbeans autocomplete shows that the package sun exists in com, but the package glass does not exist in sun. I cannot find any info about this error online, and have been searching for days. The strangest part as I said is it works on a different computer.
Both computers are running jdk 1.8. I'm at a loss; Any help would be greatly appreciated.