简体   繁体   中英

Error: “binary literals are not supported at this language level ”

I am using JDK 1.7 and getting the error "binary literals are not supported at this language level" when I attempt to use expressions such as:

 int x = 0b000001;

I thought binary literals were supported by 1.7?

Solution in Intellij 13.2 and similar: Select menu choice File/Project Structure . The following dialog appears:

在此处输入图片说明

Set Project language level to be what is needed (7.0 for binary literals).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM