forked from I2P_Developers/i2p.i2p
Notes and logging re: compiling with Java 8
This commit is contained in:
@@ -46,6 +46,27 @@ javac.version=1.6
|
||||
# This one keeps gcj a lot quieter
|
||||
#javac.compilerargs=-warn:-unchecked,raw,unused,serial
|
||||
|
||||
#
|
||||
# Note to packagers, embedders, distributors:
|
||||
#
|
||||
# Strictly speaking, you must either use the compiler for the minimum Java version you are
|
||||
# targeting (default 1.6, see above), or specify a bootclasspath, which means you need
|
||||
# the JRE for the target version installed as well.
|
||||
#
|
||||
# However, in practice, you can compile with 1.7 and target 1.6 without specifying a bootclasspath,
|
||||
# and it all works fine.
|
||||
#
|
||||
# But you cannot compile with 1.8 and target 1.6 or 1.7 without bootclasspath,
|
||||
# or your users will get runtime errors.
|
||||
# Below is an example of a bootclasspath that works on Ubuntu.
|
||||
#
|
||||
# For more info:
|
||||
# http://zzz.i2p/topics/1668
|
||||
# https://gist.github.com/AlainODea/1375759b8720a3f9f094
|
||||
#
|
||||
#javac.compilerargs=-bootclasspath /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/jce.jar
|
||||
|
||||
|
||||
### UnitTests ##
|
||||
# Location of the libraries required for the ScalaTest tests.
|
||||
# Define this in override.properties or pass in on the command line.
|
||||
|
Reference in New Issue
Block a user