Okay but that doesn't help me with my project, if don't have anything that will fix my problem then I don't care. So can what those error are for and how to fix them then I will welcome your input.
I'm trying to make a gui that will grab a youtube video and play it without sound then to grab a song from spotify and play that song over the video. I used this video https://www.youtube.com/watch?v=GKiHB5AzihE as frame of referance but when I tried to run it I got a runtime error on line 14 where you inisalize the NativeInterface.open() (see code for referance). I think it has to do with the fact that your swt-4.3-win32-win32-x86.jar is a 32-bit and my computer is a 64-bit. If theres anything you...