SBT (Scala Build Tool, formerly Simple Build Tool) is an open source build tool for Scala and Java projects, similar to Java’s Maven and Ant. In this video I am going to show you How to Install and Setup SBT on Windows 10. Also i am going to show you How to execute sbt on Windows to open the interactive shell?
★★★Top Online Courses From ProgrammingKnowledge ★★★
Python Programming Course ➡️ ⚫️
Java Programming Course ➡️ ⚫️
Bash Shell Scripting Course ➡️ ⚫️
Linux Command Line Tutorials ➡️ ⚫️
C Programming Course ➡️ ⚫️
C++ Programming Course ➡️ ⚫️
PHP Programming Course ➡️ ⚫️
Android Development Course ➡️ ⚫️
C# Programming Course ➡️ ⚫️
JavaFx Programming Course ➡️ ⚫️
NodeJs Programming Course ➡️ ⚫️
Jenkins Course For Developers and DevOps ➡️ ⚫️
Scala Programming Tutorial Course ➡️ ⚫️
Bootstrap Responsive Web Design Tutorial ➡️ ⚫️
MongoDB Tutorial Course ➡️ ⚫️
QT C++ GUI Tutorial For Beginners ➡️
★★★ Online Courses to learn ★★★
Get 2 FREE Months of Unlimited Classes from skillshare –
Data Science – |
Machine Learning – |
Artificial Intelligence – |
MERN Stack E-Degree Program – |
DevOps E-degree – |
Data Analytics with R – |
AWS Certification Training – |
Projects in Java – |
Machine Learning With TensorFlow – |
Angular 8 – Complete Essential Guide –
Kotlin Android Development Masterclass –
Learn iOS Programming Building Advance Projects –
★★★ Follow ★★★
My Website –
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Nguồn: https://benjaminjcohen.com/
Xem thêm bài viết khác: https://benjaminjcohen.com/cong-nghe/
Ok we started SBT but how to start Scala REPL after that?
since you can have (most probably) multiple JDK and JRE versions/updates under the same "C:Program FilesJava" folder, it's better to create 2 global system variables
JAVA_HOME = "C:Program FilesJavajdk1.8.0_144"
and
JRE_HOME = "C:Program FilesJavajdk1.8.0_144"
and then append them to the global system variable "Path" like following : ";%JAVA_HOME%bin;%JRE%bin"
so you can make a change in just one place.
Note that JAVA_HOME ( .. and CLASSPATH) are kind of DEFAULT system environment variable(s) that many programs require theme to be configured properly, including
– Eclipse, NetBeans and Android Studio
– Apache Tomcat and WebSphere Portal
– Maven and ANT
– Gradle and Groovy
– Jenkins and Hudson CI tools
– … and sbt as well
thank you so munch for sharing
Thank you man, for making this tutorial. I was lost in all sorts of tutorials because my sbt path wasn't updated, you showed me the way to correct it in simple steps…also i must congratulate you on your good English pronunciation, your accent is much clearer and understandable than in all other scala and adobe sparks tutorials i looked so far.
Scala is based on Java and runs on the JVM. Enough said for me to leave at once.
at 16:00 sbt server started at ; after this its not showing my ip instead it is showing some hash of a string
THANK YOU !!!!!!!!!!!! 😀
java installed ? then starts here > 8:56
i have java -version 10 is it ok.
i have installed jdk 8, i am unable to see jre folder . then i downloaded jre 8 and installed. i followed all the steps but when i typr sbt i am getting download failed for many things. Please help me out
Team,
I followed the procedure but getting the Error during sbt execution: java.lang.NoClassDefFoundError: com/mercury/ftjadin/hooks/interfaces/EventListenerListHookQTJA
Can some help please
how can I upgrade SBT if a new version is released?
I have followed each step parallelly but I am receiving foll error:
'sbt' is not recognized as an internal or external command,
operable program or batch file.
and also javac isnt working on cmd prompt…Please help
Hi,
I followed all your steps , but after giving sbt command I am getting this below emntioned error.
"unresolved dependency: org.fusesource.jansi#jansi;1.11: not found
Error during sbt execution: Error retrieving required libraries
(see C:Usersarnamukh.sbtbootupdate.log for complete log)
Error: Could not retrieve jansi 1.11"
My jdk version is 1.8.
For this error I am not able to do the scala programing in command prompt.
Can you please help me why i am getting this error and how to resolve this?
if this isn't working for you also add '%JAVA_HOME%' to your path
can i work with SBT sing java 10 instead of java 8 ??????
the sbt should be 0.13.X msi?
please upload the next tutorial on Scala or Scala tutorial 4