I have JDK6 & 8 installed on my computer, I would like to do
javac -source 1.6
However I have this warning
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Does anyone know how to set it? I am not using any IDE and I'm on windows7. Thanks!