I've managed to install and totally screwed up my installation of Typesafe Activator.
Is there a way to uninstall the tool so I can get back to a clean slate and start over?
I'm on Window 8.1 with JDK 1.8.0_25.
I've managed to install and totally screwed up my installation of Typesafe Activator.
Is there a way to uninstall the tool so I can get back to a clean slate and start over?
I'm on Window 8.1 with JDK 1.8.0_25.
I just installed activator a few days ago and I also ran into a problem with it (an unresolved dependency for oauth.signpost when I tried to run activator ui. In the end I managed to get activator ui working by deleting ~/.activator ~/.sbt and ~/.ivy2 folders and reinstalling activator. There really needs to be an uninstall feature in my opinion. I hope I haven't inadvertently broken something else by deleting those folders.
activator new play-scala play-scalacreates the folders correctly runningactivator uiappears to start correctly but localhost:8888 doesnt response. No errors are logged it just seems toactivator runstops and doesnt finish. I also some times get a MimeType error message which I cant seem to get at the moment. - Mark Broadhurst