Hello, I want to make a system executable in netbeans but when I try to do the jar it throws me the following error messages:
warning: [options] bootstrap class path not set in conjunction with -source
1.7
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.
1 warning
I have done the same process but with small programs and if it works but with the system that I have it does not work would someone know how to fix the error?