Skip to content

Instantly share code, notes, and snippets.

View y-yoshinoya's full-sized avatar

Yuki Yoshinoya y-yoshinoya

View GitHub Profile
@y-yoshinoya
y-yoshinoya / Build.scala
Created August 29, 2012 15:20
jdi connection sample
import sbt._
import Keys._
object MyBuild extends Build {
lazy val root = Project("root", file("."),
settings = Project.defaultSettings ++ Seq(
version := "0.1",
scalaVersion := "2.9.2",
libraryDependencies ++= Nil,
unmanagedJars in Compile <+= (javaHome) map { javaHome =>