I made a simple quiz jFrame
application in netbeans. I built the project to a executable jar and it runs perfectly on my computer. When i try send it it then just says A Java Exception has occurred. So I ran it from the command prompt and it says :
Exception in the thread 'main' java.lang.UnsupportedClassVersionError: Frame: Unsupported major.minor version 52.0
I am using custom images for a background and buttons. Where should i place those? They arent in the dist folder. They were added to a scr folder when netbeans imported them.