Wildfly in intelliJ 12.1 - intellij-idea

Is there a way I can configure Wildfly 8 in IntelliJ 12.1? I'm getting this error message:

I've tried with IntelliJ IDEA 13 and it works as listed at:
http://planet.jboss.org/post/intellij_idea_13_java_ee_7_and_wildfly_tech_tip_4
You may have to update the version of IntelliJ.
Also check out a screencast at: http://blog.arungupta.me/2014/04/wildfly8-and-intellij-idea-screencast/

Related

IntelliJ IDEA Ultimate - Opening Error Mac: java.lang.IllegalArgumentException

Installed the IntelliJ IDEA Ultimate and tried to open it but receive the error below (see code section). I am using macOS Sierra (Version 10.12.6) and installed IntelliJ IDEA Version 2017.3.3.
Can someone tell me how to solve this issue?
Many thanks.
Internal error. Please report to http://jb.gg/ide/critical-startup-errors java.lang.IllegalArgumentException: Width (0.0) or height (0.0) cannot be <= 0
at sun.awt.image.MultiResolutionCachedImage.checkSize(MultiResolutionCachedImage.java:79)
at sun.awt.image.MultiResolutionCachedImage.getResolutionVariant(MultiResolutionCachedImage.java:63)
at sun.awt.image.MultiResolutionCachedImage.getBaseImage(MultiResolutionCachedImage.java:122)
at java.awt.image.AbstractMultiResolutionImage.getWidth(AbstractMultiResolutionImage.java:69)
[[[... error continues ...]]]
I just restrated the system and - all of a sudden - it worked. (Please make also sure that you have the newest Java installed).

SonarLint connected mode error in IntelliJ IDEA

I am using IntelliJ IDEA Community Edition (version 2016.2), I installed the SonarLint plugin and when I try to connect to a SonarQube server I get this error: "The following plugins do not meet the required minimum versions, please upgrade them: php (installed: 2.6, minimum: 2.7)".
I searched for a PHP plugin in IntelliJ but I couldn't find any.
Is it some compatibility issue with the latest IntelliJ versions?
The PHP plugin needs to be updated in the SonarQube server to which you are connecting, not in Intellij.
You can find it here: https://docs.sonarqube.org/display/PLUG/SonarPHP

How to resolve invalid source release error in intellij

I am using Intellij and I am trying to run a simple hello world android application. But i get the following error.
Error:java: invalid source release: 8
What could be the problem, any help?
Thanks in advance!
Android only supports java 7 so I assume that somewhere in your gradle/Intellij settings java 8 as source version is set. See this answer for more information: Which JDK version (Language Level) is required for Android Studio?

Error in adding the Apache CFX run time in eclipse

I am newbie to web services. i am trying to generate stubs using Apache CFX on eclipse. when i try to add CFX in preferences using Windows >> Preference eclipse gives error "Invalid Type Name". i tried to change the JRE from JDK 6 to 7. change the versions of CFX but still problem persists.
Please help in resolve the problem
I found the solution. The problem because of multiple java version installed on my machine and CFX found two different versions of JAXB. I uninstalled java 7 from my machine and then it worked with java 6.

IntelliJ Idea 13.1.4 and JDK 1.8.0_11

I am running IntelliJ Idea 13.1.4 on OS X 10.9.4. I have installed JDK 1.8.0_11. Writing any programs in Java shows the error that 'String' could not be resolved and one of the suggestions is to set the JDK. Even after specifying the JDK correctly (there is just one option) I am unable to resolve the errors. I have tried invalidating cache and restarting the ID to no avail. Even after reinstalling the application exhibits the same issue.
The problem was resolved by installing JDK 1.8 update 20.