Questions tagged [intellij-14]

IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages, including: JavaScript, Groovy, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Clojure, Kotlin.

IntelliJ IDEA is a popular IDE by JetBrains. It is often simply referred to as 'IDEA' or 'IntelliJ'. First released in 2001, it is mostly focused on boosting developer's productivity, providing a wide set of automated refactorings to ease codebase evolutions. Rich plugin development API can be used to add almost any type of functionality, including new languages/frameworks support, VCS integation or build management with custom tools involved. Intellij Idea also serves as a base platform for other IDE software: PhpStorm, PyCharm, RubyMine.

The Ultimate (commercial) version of the tool offers support for enterprise class development, while the open-source (free) version is often used for android, groovy, scala and web development. A 30-day fully functional trial of the Ultimate edition for various platforms can be freely downloaded.

Useful links

Intellij Idea documentation

Developer community

Plugin development guide

830 questions
-2
votes
1 answer

Intellij 14 ultimate version runs very slow with java jdk 1.8

I have searched some articles online says there are ways to optimize the speed with jdk 1.7, but by changing jvm memory size seems not working with jdk 1.8 version. any solutions to this issue ? thanks.
-2
votes
2 answers

java.lang.NullPointerException at org.apache.jsp.mouseproduct_jsp._jspService(mouseproduct_jsp.java:145)

I am getting the following exception while running my application on tomcat8 using IntelliJ Idea14. 25-Apr-2015 16:30:49.221 SEVERE [http-nio-8443-exec-133] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet…
-3
votes
4 answers

Intellj Cannot resolve symbol Junit., Cucumber

Installed IntelliJ in my new laptop Using JDK C:\Program Files\Java\jdk1.8.0_191 But Junit Test file giving error as Cannot resolve symbol Junit Cannot resolve symbol cucumber Junit
Gayathri
  • 25
  • 2
  • 9
-3
votes
2 answers

Intellij java extends not working/ not finding the superclass

I am attempting to use the extends for a super class, but I can not figure out what I am doing wrong. I have tried to do extends and another class and that works if it is one of java's classes but none of my own. I have included a screen shot of…
Andrea Torres
  • 15
  • 1
  • 1
  • 6
-4
votes
2 answers

can't have spring annotation in intellij

i am new to intellij and all the annotation of spring are in red,i have download the spring data jpa when creating maven project and its still like this.. for example @entity (see photos)
wedew2
  • 5
  • 4
1 2 3
55
56