Git Product home page Git Product logo

Comments (7)

b-studios avatar b-studios commented on July 17, 2024

I could also reproduce the bug on a fresh 18.04 VM:

$ effekt
/usr/bin/env: 'java -jar': No such file or directory

from effekt.

b-studios avatar b-studios commented on July 17, 2024

As a workaround, one can of course run java -jar /usr/local/bin/effekt, but this is not satisfactory. However, getting vscode on Ubuntu to work is a bit more tricky since adjusting the path in the settings will not work for reasons similar to the ones described above.

from effekt.

b-studios avatar b-studios commented on July 17, 2024

A more reliable workaround is the following:

Create a script effekt.sh with the following contents:

#!/bin/bash
java -jar /usr/bin/local/effekt $@

and make it executable. Put this script in your PATH and use effekt.sh instead of effekt. This also works for VSCode:

  • Enter settings
  • navigate to Effekt / path to executable
  • enter effekt.sh (or the absolute path to the script) there

This solution also interacts well with updating the effekt package. Since the script only forwards to effekt, updating it under the hood just works.

from effekt.

b-studios avatar b-studios commented on July 17, 2024

As a workaround I added the script to the distribution (87a4b0) and link it as effekt.sh. So linux users for now need to call effekt.sh instead of effekt. Also VSCode can now be configured to point to effekt.sh if effekt does not work.

from effekt.

b-studios avatar b-studios commented on July 17, 2024

This needs to be documented on the website.

from effekt.

waterlens avatar waterlens commented on July 17, 2024

So why not just pass -S to env to make it recognize the multiple arguments?

from effekt.

JonathanStarup avatar JonathanStarup commented on July 17, 2024

So why not just pass -S to env to make it recognize the multiple arguments?

This -S flag breaks on windows :(

from effekt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.