I've tried on two separate occasions to get Scala installed on my MacBook Air and have run into the same problem both times.
The first stime I installed scala, I moved all the appropriate files into the bin, lib, & src directories. When I type "scala" in the Terminal I get the following error:
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file /usr/lib/charset.alias
So I have poked around and tried to figure it out. The problem I'm running into is this seems to be a fairly common error (and I understand what causes this error) but I can't figure out what is actually causing this to happen. I made sure I had all the proper .jar files in my lib directory. After a while, I decided to try installing Scala using Homebrew. After successfully installing Scala using Homebrew, I get the same error above when I type "scala" in the Terminal.
What am I missing? Thanks in advance!