Update: CSCF appears to have speedily resolved this problem. Plain old javac
should now work. You can ignore the rest of this post.
For whatever reason, while the default JVM on the edlab is Java 7 compatible:
1 2 3 4 |
|
the default Java compiler is only Java 6:
1 2 |
|
I’ve asked CSCF to update the javac
default, but in the meantime, you can use, for example,
1
|
|
to compile your code.