IntelliJ IDEA 13.1, the most Intelligent IDE for the Java Platform includes support for Java 8 and Java EE 7, new tools for Android development, the editor enhancements, and refined Gradle integration. IntelliJ IDE helps by giving smart and relevant suggestions in every context: instant and clever code completion, on-the-fly code analysis, easy project navigation and reliable refactoring tools.
The Community Edition
- Lightweight IDE for Java SE, Groovy & Scala development
- Powerful environment for building Google Android apps
- Integration with JUnit, TestNG, popular SCMs, Ant & Maven
In addition to being the most intelligent Java IDE, IntelliJ IDEA does provide out-of-the-box support for web, enterprise and mobile frameworks, which all together bring you an unparalleled user experience.
Key Features
- Support for Java 8, extending coding assistance to the new language features
- Introduces Sublime Text style multiple selections, the top awaited editor feature by our users
- The editor now is more responsive for typing while project indexing is in progress
- In addition to Java 8 support, the new update also brings a debugger for Nashorn, the new JVM-based JavaScript engine
- With the new powerful search you can find a class, file, action or even an IDE setting always using the same action
- The new interface is even more straightforward and functional, with the toolbar and tool window buttons hidden by default
- Introduces a new kind of code completion which extends your productivity even more
- The new Chronon plugin for IntelliJ IDEA 13.1 records the entire execution of your Java program and lets you play it back, helping eliminate complicated bugs
- Now when you hover the mouse over a warning or error strip on the scroll bar, the IDE shows you the source code fragment annotated with the message
- With the new debugger feature you can see local variables when debugging third-party libraries or JDK sources compiled without debug information
- IntelliJ IDEA 13 introduces the new light look and feel for Windows and Linux available in both editions
- The new built-in command-line interface lets you run commands locally for any platform or remotely via the SSH protocol
and many more
Install IntelliJ 13.1 – The Community Free Edition
– First install Oracle Java JDK/JRE
[button link=”http://www.sysads.co.uk/2014/04/install-oracle-java-jdkjre-78-ubuntu-13-10/” style=”info” color=”primary”] Install Oracle Java JDK/JRE[/button]
– Download and install IntelliJ
wget download-cf.jetbrains.com/idea/ideaIC-13.1.3.tar.gz tar -xvf ideaIC-13.1.3.tar.gz cd idea-IC-135.909/bin ./idea.sh
– Follow on screen wizard
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<span style="color: rgb(0, 51, 102);"><strong>Create App Launcher for Intellij</strong></span>
</p>
<p style="text-align: justify;">
– Install gnome-panel if not already installed
</p>
<pre>sudo apt-get install --no-install-recommends gnome-panel</pre>
<p style="text-align: justify;">
– Next run command below to launch the Create Launcher app. Enter details as follows;
</p>
<pre>gnome-desktop-item-edit ~/Desktop/ --create-new</pre>
<ul style="text-align: justify;">
<li>
<strong>Type:</strong> Application
</li>
<li>
<strong>Name:</strong> IntelliJ
</li>
<li>
<strong>Command:</strong> /home/sysadmin/idea-IC-135.909/bin/idea.sh (Note: your oath might be diferent from mine but ensure you browse to the folder where you extracted ‘ideaIC-13.1.3.tar.gz’ and select ‘idea.sh’
</li>
<li>
<strong>Icon:</strong> Browse to same folder and under bin folder, select the png file
</li>
<li>
<strong>Comment:</strong> (Optional)
</li>
</ul>
<p>
<a href="http://www.sysads.co.uk/wp-content/uploads/2014/06/intellij-011.png"><img class="size-full wp-image-7667 aligncenter" src="http://www.sysads.co.uk/wp-content/uploads/2014/06/intellij-011.png" alt="intellij-01" width="400" height="209" srcset="https://sysads.co.uk/wp-content/uploads/2014/06/intellij-011.png 400w, https://sysads.co.uk/wp-content/uploads/2014/06/intellij-011-189x98.png 189w" sizes="(max-width: 400px) 100vw, 400px" /></a>
</p>
comments powered by Disqus