Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kotlin Eclipse Plugin #jkug

clomie
July 04, 2014

Kotlin Eclipse Plugin #jkug

githubにあるKotlinのEclipse用プラグインをビルドして使ってみた話。

clomie

July 04, 2014
Tweet

Other Decks in Programming

Transcript

  1. kotlin-eclipse ४උ͢Δ΋ͷ ! • Eclipse Kepler(4.3.x) or Luna(4.4.x) • EclipseSDKΛΠϯετʔϧ͓ͯ͘͠


    Install New Software…
 -> The Eclipse Project Updates
 -> Eclipse SDK
  2. [clomie@Mac workspaces]$ git clone https://github.com/JetBrains/kotlin-eclipse.git Cloning into 'kotlin-eclipse'... remote: Reusing

    existing pack: 6176, done. remote: Counting objects: 125, done. remote: Compressing objects: 100% (97/97), done. remote: Total 6301 (delta 49), reused 0 (delta 0) Receiving objects: 100% (6301/6301), 1003.04 KiB | 416.00 KiB/s, done. Resolving deltas: 100% (2552/2552), done. Checking connectivity... done. [clomie@Mac workspaces]$ kotlin-eclipse
  3. Hello, Kotlin! • File -> New -> Java Project •

    File -> New -> Kotlin File • Run As -> Kotlin Application