Closed SandroGrzicic closed 12 years ago
Since using Eclipse's launch configurations and VMRunnerConfiguration
s would mean specifying the class to run and a classpath, I've decided to stick with the current approach, but use JavaRuntime.getVMInstall(project)
to get the project's Java VM, so that SBT executes with the same VM as used for the project itself. See 307a42d200.
Eclipse's mechanism for launching SBT should be used.