`
zyz611
  • 浏览: 95251 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Error:java: javacTask: source release 1.8 requires target release 1.8

    博客分类:
  • java
 
阅读更多
1、File > Settings > Build, Execution, Deployment > Java Compiler
2、Change Target bytecode version to 1.8 of the module that you are working for.
If you are using Maven

Add this to pom.xml under the top-level project node:

<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
                <source>1.8</source>
                <target>1.8</target>
            </configuration>
        </plugin>
    </plugins>
</build>
分享到:
评论

相关推荐

    ARM compiler version5.06

    3. **调试支持**:提供强大的调试工具,如source-level调试和性能分析,帮助开发者定位和解决问题。 4. **更好的库支持**:包含了针对ARM处理器优化的数学和标准库,提供高性能的数学运算功能。 5. **更新的编译器...

    EurekaLog_7.5.0.0_Enterprise

    2)....Fixed: Range check error in processes information for x64 machines (affects startup of any EurekaLog-enabled module) 3)....Fixed: Auto-detect personality by project extension if --el_mode switch...

    SpringSecurity 3.0.1.RELEASE.CHM

    B.1.8. &lt;session-management&gt; 元素 B.1.8.1. session-fixation-protection B.1.9. 元素 B.1.9.1. max-sessions属性 B.1.9.2. expired-url属性 B.1.9.3. error-if-maximum-exceeded属性 B.1.9.4. session-...

    Senfore_DragDrop_v4.1

    [C++ Error] DropSource.hpp(135): E2076 Overloadable operator expected I have not been able to reproduce these errors, but I believe the following work around will fix the problem: In the project ...

    apktool documentation

    Every Apktool release contains internally the most up to date AOSP framework at the time of the release. This allows you to decode and build most apks without a problem. However, manufacturers add ...

    微软内部资料-SQL性能优化3

    Contents Overview 1 Lesson 1: Concepts – Locks and Lock Manager 3 Lesson 2: Concepts – Batch and Transaction 31 Lesson 3: Concepts – Locks and Applications 51 Lesson 4: Information Collection and ...

    ICS delphixe10源码版

    .\Source\Extras (was Delphi\Vc32) Extra source code not built into packages .\Source\zobj125 (was Delphi\Vc32) ZLIB C OBJ include files .\Lib Unit output directories for all package builds, ...

    Turbo C++ 3.0[DISK]

    information about this release before you do the installation. 3. FEATURES ------------ Turbo C++ 3.0 includes big speed and capacity gains. Here are some important features found in this ...

    Turbo C++ 3.00[DISK]

    information about this release before you do the installation. 3. FEATURES ------------ Turbo C++ 3.0 includes big speed and capacity gains. Here are some important features found in this ...

    visual assist v 10.4.1632 with crack

    Build 1632 requires software maintenance through 2008.04.03. (Beta release.) New! Added context-sensitive help to VA X dialogs. Click ? or press F1 to get help. (case=8980) New! Visual ...

Global site tag (gtag.js) - Google Analytics