Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with running sbt #10

Open
VigneshN1997 opened this issue Nov 5, 2020 · 0 comments
Open

Issue with running sbt #10

VigneshN1997 opened this issue Nov 5, 2020 · 0 comments

Comments

@VigneshN1997
Copy link

Hi,

I am trying to compile the project by running sbt:
java
-Duser.home=/tmp
-Dsbt.repository.config=$PWD/project/repositories
-Dsbt.ivy.home=$PWD/project/ivy2/
-Dsbt.boot.directory=$PWD/project/boot/
-Djava.io.tmpdir=${TMPDIR-/tmp}
-Dlogback.configurationFile="file://pwd/config/logback.build.xml"
-Dprocess.name="test"
-Dmetrics.namespace="spdt"
-Dfile.encoding="UTF-8"
-Xms512M
-Xmx8192M
-Xss1M
-XX:+CMSClassUnloadingEnabled
-XX:MaxPermSize=1024M
-jar bin/sbt-launch.jar "$@"

I am getting the error: Error: Unable to access jarfile bin/sbt-launch.jar

Is there jars missing from bin?
Because I also tried to run the project using ./bin/spdt: it gives me the error: Error: Unable to access jarfile spdt/spdt-master/bin/../compute/target/scala-2.12/spdt-compute.jar=> this jar is also not present.

Can you help me with how I can compile the project from source?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant