Ok while building my java game, everything appeared fine until I ran it and my engine caught a IO exception, after checking over the code trying to figure out what could have caused this, I checked the build log and came across these notes/errors:
1 2 3 4 5
| warning: [options] bootstrap class path not set in conjunction with -source 1.6 Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. |
could these compile errors/notes have something to do with this and if not, what could (i know it's a big question) be causing these errors?