javaee / javahelp

javahelp
Other
14 stars 15 forks source link

Can't build with Java 8 or later #47

Open MRWITEK opened 6 years ago

MRWITEK commented 6 years ago

Trying to build this library using Java 8 or 10, Ant fails with the following error.

-do-compile:
    [mkdir] Created dir: /build/javahelp2/src/javahelp2/javahelp_nbproject/build/empty
    [javac] Compiling 137 source files to /build/javahelp2/src/javahelp2/javahelp_nbproject/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
    [javac] error: Source option 1.4 is no longer supported. Use 6 or later.
    [javac] error: Target option 1.4 is no longer supported. Use 1.6 or later.