rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Fix build problem found with JDK 22 #669

Open rlwhitcomb opened 2 months ago

rlwhitcomb commented 2 months ago
    [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
    [javac]   not setting the bootstrap class path may lead to class files that cannot run on JDK 8
    [javac]     --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
    [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.