I have tried running Bewl using various methods and so far I have not been successful.
First I tried running from the command line console but this generated errors - see console section below for details.
I don't know the reason for this error, the only issue I can think of is that opensuse that I am running appears to come with java runtime environment (java-11-openjdk - OpenJDK 11) but not the full JDK from Oracle. Is this required? I don't know.
I then tried to run from Eclipse (which comes with a JDK).
However I could not install Scala in Eclipse due some bug as explained here: https://www.eclipse.org/forums/index.php/t/1111325/
I then tried running scala in JetBrains as explained on this page.
None of these have so far been very successful.
Console
Install scala and sbt (I am using opensuse 15.4 so I loaded these using YaST):
Then type the following commands (in red)
mjb@localhost:~> git clone https://github.com/fdilke/bewl.git Cloning into 'bewl'... remote: Enumerating objects: 16634, done. remote: Counting objects: 100% (1059/1059), done. remote: Compressing objects: 100% (396/396), done. remote: Total 16634 (delta 332), reused 1029 (delta 302), pack-reused 15575 Receiving objects: 100% (16634/16634), 101.76 MiB | 4.17 MiB/s, done. Resolving deltas: 100% (6700/6700), done. mjb@localhost:~> cd bewl mjb@localhost:~/bewl> sbt console [info] [launcher] getting org.scala-sbt sbt 0.13.18 (this may take some time)... :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: loading settings :: url = jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml :: problems summary :: :::: WARNINGS :::::::::::::::::::::::::::::::::::::::::::::: :: FAILED DOWNLOADS :: :: ^ see resolution messages for details ^ :: :::::::::::::::::::::::::::::::::::::::::::::: :: com.jcraft#jsch;0.1.50!jsch.jar :::::::::::::::::::::::::::::::::::::::::::::: :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS [error] [launcher] download failed: com.jcraft#jsch;0.1.50!jsch.jar [error] [launcher] error during sbt launcher: error retrieving required libraries (see /home/mjb/.sbt/boot/update.log for complete log) [error] [launcher] could not retrieve sbt 0.13.18 mjb@localhost:~/bewl> |