Mark Broadhurst
Mark Broadhurst

Reputation: 2695

How to uninstall Typesafe Activator?

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.

Upvotes: 3

Views: 1560

Answers (2)

Sam
Sam

Reputation: 418

Try to locate your .activator folder and delete this. It's usual in C:\Users\<"user">\.activator

Upvotes: 1

CSharp
CSharp

Reputation: 1486

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.

Upvotes: 3

Related Questions