Isolate the complied Java classes into a target folder + log java version.
authorRomain Gilles <rgilles@github>
Mon, 29 Aug 2016 09:26:31 +0000 (11:26 +0200)
committerRomain Gilles <rgilles@github>
Mon, 29 Aug 2016 09:26:31 +0000 (11:26 +0200)
commit5e7bfd046125ba485f112b6ebb1a2bd8991612e8
tree9e54df537b470697486fd118829c8d55769460e1
parentd05d1145238d301ed714573183514f95b1b4f89b
Isolate the complied Java classes into a target folder + log java version.

It is a common practice to put all the compiled classes into a
dedicated folder in order to:
 - avoid to mix the code and the complied classes
 - to allow a simple way to remove the complied classes

Add log of java version in order to make it explicit to the end user.
tests/JavaTest.sh