I decided to take up the study of this PL.

As I understand it, at the moment the current version of Java SE 7. But there still seems to be a classification of Java platforms, so what is it? Which one to choose?

And yes, what kind of environment is better under 7?

Can I make settings for Java SE 7 in Sublime Text 2 ?

    4 answers 4

    As I understand it, at the moment the current version of Java SE 7. But there still seems to be a classification of Java platforms, so what is it? Which one to choose?

    7ku few people use. Wait until the bugs are fixed. It is better to use the old proven 1.6 (although this is not so important).

    And yes, what kind of environment is better under 7?

    You can use JDK / JRE 1.6 (runtime) + Eclipse / Netbeans / Idea (IDE).

    Is it possible in sublime test 2 to make settings for java SE 7?

    Do not know.

      In my opinion, the 7th version is quite workable, did not notice any glitches, although this may depend on the specifics ...
      IDE I use IDEA (Community Edition) for my purposes it suffices with a head, in general IDEA is very good, as well as to all good things - you quickly get used to it =).
      You can also use Netbeans and Eclipse, the choice of IDE is a matter of taste.

      When I wrote in Java, I liked the Netbeans development environment.

        From IDE - NetBeans ... And it’s better with Notepad ++ or Far (there is a built-in editor, it’s good to install the syntax highlighting plug-in (Far Colorer)) to start ... You will understand the principles of functioning more quickly, and then you will go to IDE. :)