Showing posts with label IntelliJ. Show all posts
Showing posts with label IntelliJ. Show all posts

Sunday, December 15, 2013

HelloWorld: JDK8 x IntelliJ IDEA 13

To create a dummy "Hello World" with newest IntelliJ IDEA 13 and JDK8 8 (Early Access Releases) on Windows 8.1.
HelloWorld: JDK8 x IntelliJ IDEA 13
HelloWorld: JDK8 x IntelliJ IDEA 13 on Windows 8.1
- Download and install IntelliJ IDEA 13.

- Download and install JDK 8 Early Access Releases.



- Create a "Hello World" project in IntelliJ IDEA.



helloworld.java
package com.javabuddy.helloworld;

/**
 * @web http://java-buddy.blogspot.com/
 */
public class helloworld {

    public static void main(String[] args){
        System.out.println("Hello World!");
        System.out.println("running: " + System.getProperty("java.version"));
    }

}


Tuesday, December 3, 2013

IntelliJ IDEA 13 released

IntelliJ IDEA 13 released. Every new release of IntelliJ IDEA brings changes to every part of the IDE, including the UI, the editor, tools and frameworks integration, and more. See what's new in IntelliJ IDEA 13.

Wednesday, June 12, 2013

IntelliJ IDEA 12.1.4 Update is Available

IntelliJ IDEA 12.1.4 features about 70 issues fixed. You can see the whole list in the Release Notes.

Patches are available for a quick update from earlier 12.x versions or you can download the full installer from IntelliJ IDEA web site.

Source: JetBrains IntelliJ IDEA Blog

Sunday, June 2, 2013

IntelliJ IDEA 12.1 now support JavaFX 2, Android UI designer, Java 8 and more...

IntelliJ IDEA 12.1 now support:
  • JavaFX 2.0
  • Android UI designer
  • Play framework 2.0
  • Spring frameworks
  • Java 8
  • Faster compiler
  • and many more...
Getting Started with Java 8 in IntelliJ IDEA 12.1

JavaFX 2 Support in IntelliJ IDEA 12.1

Sunday, May 19, 2013

Android development arrive IntelliJ

EARLY ACCESS PREVIEW of Android Studio is available now. Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio provides integrated Android developer tools for development and debugging.

Android Studio is currently available as an early access preview. Several features are either incomplete or not yet implemented and you may encounter bugs.