javac - Set Java compiler compliance level -


i need compile java program on command line, , trying set compiler level lower 1 (1.6). tried didn't work:

javac -1.6 hello.java 

use -source , -target options:

javac -target 1.6 -source 1.6 hello.java 

Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -