Reputation: 3036
First of all, let me just say that searching from DCEVM Scala
was surprisingly fruitless.
Use case: I have an SBT project which mixes Java and Scala classes. I want to perform hotswapping on it, using Hotswap Agent and DCEVM.
Problem: Java classes are reloaded, Scala classes are not.
I've created a sample SBT application to demonstrate that: https://github.com/keynmol/dcevm-scala
As I was writing this question, I tried it without DCEVM and it annoyingly worked. So the question is - how to make DCEVM work with Scala?
Upvotes: 2
Views: 371