IntellijIDEA Section Index | Page 2
I do not want to see *.class files in project views. How can I make them invisible?
To avoid class files in project views, you should not add the output path to the classpath manually, since it is already considered by IDEA automatically. Thus, just remove this entry from the cla...more
I'm trying to run IDEA under Linux and get the segmentation fault. How can I solve this problem?
This problem is described in the "KnownIssues.txt" file distributed with IDEA. This is a known issue of the Sun's JDK 1.3.1. To solve the problem, please add the "ulimit -s 2048" command to your s...more
What's the current version of IDEA?
IDEA 2.5.2 is the currently available released version.
IDEA 2.6 will support JDK 1.4 as a target development JDK (IDEA still requires JDK 1.3 to run).
Early Access of IDEA 3.0 is available at h...more