I was wondering how would I set IntelliJ IDEA up to when开发者_JAVA百科 I click run\\debug, it executes an external jar file?Add the jar to the dependencies, specify the main class to run.The simplest
Im starting to learn scala and mongo , my IDE is intellij IDEA. I created a scala project using mvn:archetype-generate
How to enable remote debugging from IntelliJ with Tomca开发者_JS百科t?Use Tomcat Run/Debug Configuration.Click thebutton and choose new Remote configuration. In the Configuration tab copy the JVM opti
I am using IntelliJ for Grails coding, and it has a split window feature (vertical and horizontal). I am looking for an IDE or plugin for IDE that can split windo开发者_开发百科w/screen, and if it\'s
I\'m u开发者_StackOverflowsing some Apache jars, I\'ll make changes to the JAR\'s every so often. These JARs are listed as external libs in intellij (i.e the classpath is looking to the install dir o
Whenever I move a (unambiguously named) type to another package, IDEA decides to replace all occurrences of given type with its fully qualified name instead of just adding the appropriate imports; goi
I have an Intellij Project with several Java modules, including different branches of the same projects, such that a particular class may be defined in more than one IntelliJ module. When I debug on开
IntelliJ IDEA 10.5.1 is reporting zero usages for all method, classes etc. Can I force IntelliJ to rebuild the pro开发者_JAVA百科ject indexes?File -> Invalidate caches...
Has anyone had any luck getting IntelliJ to recognize and display the android java doc开发者_运维百科s? It works out of the box since Android SDK configuration in IDEA automatically adds JavaDoc direc
I\'m using IntelliJ Idea debugger and I have some 3rd party app with its sources (shouldn\'t matter, but it\'s hyperic). I need to see when some methods are being executed and trace the execution proc