0

I was trying to install sbt on HPUX by downloading zip file https://www.scala-sbt.org/download.html

During Installation i encountered below error ""Caused by: lmcoursier.internal.shaded.coursier.cache.shaded.io.github.soc.directories.UnsupportedOperatingSystemException: directories are not supported on HP-UX"

Can anyone clarify is HP UX will not compatible with SBT ?

  • How did you try to install it? Do you mean compilation of the project? have you tried to remove addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13") –  Oct 07 '19 at 11:28
  • Can you please assist me more precisely how to remove this plugin while installing. I really appreciate your help – Krishnan Ganesan Oct 08 '19 at 10:18
  • Which commands are you running before this error happen? are you compiling a Scala project? –  Oct 08 '19 at 10:49
  • Java -jar sbt-launch.jar This is the command i executed – Krishnan Ganesan Oct 08 '19 at 14:22
  • Check in your project you will have a folder called project and inside you will have files with the sbt plugin information? –  Oct 08 '19 at 16:59
  • I am doing a manual installation of SBT it's not allowing to create project folder itself. Well prior to that step i am facing this error – Krishnan Ganesan Oct 09 '19 at 08:43
  • i have files sbt, sbt.bat, java9-rt-export.jar, sbt-launch.jar – Krishnan Ganesan Oct 09 '19 at 08:44

0 Answers0