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

Terminal is not recognising commands #2648

Open
chamomile93 opened this issue Feb 7, 2025 · 1 comment
Open

Terminal is not recognising commands #2648

chamomile93 opened this issue Feb 7, 2025 · 1 comment

Comments

@chamomile93
Copy link

Version, Operating system
Ubuntu 22.04 Jammy

Describe the bug
I can't run command inside CherryTree terminal. They are not recognized.
java is one example. This is blocking because I can't execute code from inserted CodeBlock in a node document.

To Reproduce
Steps to reproduce the behavior:

  1. Open a terminal
  2. Execute java --version
  3. See error
@gitvectors
Copy link

To run .. java --version .. the syntax is “sh”

To run java code

public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

the syntax is then “java”

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

No branches or pull requests

2 participants