intellij-idea-2018

IntelliJ: Error: java: release version 10 not supported

陌路散爱 提交于 2020-01-01 01:01:29
问题 In IntelliJ, I'm getting this strange error message when I try to build from the build menu: Error: java: release version 10 not supported I don't understand this, since in Project Structure, I have these settings set: Project SDK: 9.0 Project Language Level: SDK Default Module Language Level: Project Default (both modules) In my pom.xml files, I have these properties set in both modules: <maven.compiler.source>9</maven.compiler.source> <maven.compiler.target>9</maven.compiler.target> I have

'Use custom context root' does not work for deployment EAR application to GlassFish in IntelliJ IDEA Server Run Configuration

孤者浪人 提交于 2019-12-13 05:10:14
问题 I changed the context root for the ear artifact. I opened the 'Deployment' tab of the Server Run Configuration, check 'Use custom context root' and enter the desired value into the field: /T4000_Enterprise But the Application Name in GlassFish stayed equal to the name of Output directory(or the Package name): T4000_Enterprise-3.08.HEAD-SNAPSHOT What is wrong? Can I fix it? GlassFish Server Open Source Edition 4.1 (build 13) IntelliJ IDEA 2018.2 EAP (Ultimate Edition) Build #IU-182.3569.1,