Difficulty installing akka (scala & ubuntu)

I am trying to get akka (scala) on my ubuntu machine. Sorry to bother, but I am encountering some difficulties ... I completed the installation tutorial here: http://doc.akka.io/docs/akka/2.0/intro/getting-started-first-scala.html ; but cannot find the / bin directory needed here to install sbt: http://www.scala-sbt.org/0.13/tutorial/Manual-Installation.html . I don't know where to put the .jar file, nor what to do with the script.

Noob spotted.

Thank.

EDIT: I almost succeeded, but the error still stops me when I run the script: 5 artifacts copied, 0 already received [info] Set the current project to bin (in the assembly file: / export / home / babar / bin /) I have no idea what to enter here. Tje the more I try, the more I get an "Invalid command" ... What is he waiting for?

+4
source share
3 answers

Akka is just a library. You do not install it. Instead, just use SBT or Maven or Gradle to include it as a dependency for your Scala / Java project. Refer to the SBT docs on how to get started.

+2
source

, Akka Scala - Activafe Activator. ./activator ui.

, Hello Akka, Akka .

, JDK. OpenJDK apt-get ubuntu, java Oracle JDK.

+1

sbt "~/bin", , "bin" . .profile, , ubuntu ​​ , . ,

1) create a bin subdirectory in $ HOME 2) copy the corresponding banks $ HOME / bin 3) create a script file to make an executable file, as indicated in the tutorials 4) enter the source ~ / .profile or start another terminal 5) run sbt (preferably in the directory which you plan to use for scala projects)

0
source

All Articles