Warning when running game

I’m getting this error whenever I run a game:



warning: [options] bootstrap class path not set in conjunction with -source 1.5

1 warning



Should it be worrying me, or not? Is there anywhere where I can set the bootstrap class path, whatever that is?

Go to properties of the project and change source/binary compatibility to JDK6 and see if that makes a difference. JDK 1.5 is long dead now I’d think, even my Mac has 1.6 :slight_smile:

1 Like

Thanks :slight_smile: Set it to JDK7