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

Running CliClient.java Locally Reports an Error #214

Open
xaoro opened this issue Oct 29, 2022 · 1 comment
Open

Running CliClient.java Locally Reports an Error #214

xaoro opened this issue Oct 29, 2022 · 1 comment
Labels

Comments

@xaoro
Copy link

xaoro commented Oct 29, 2022

Describe the bug
When I clone the project locally and click to run CliClient.main(), IntelliJ reports an error that "java: package bt.test.protocol does not exist", which does not match the reality that it exists.

Expected behaviour
run without error

Screenshots
3041667047403_ pic

Desktop
Windows 10
IntelliJ IDEA 2021.2.3 (Community Edition)

@xaoro xaoro added the bug label Oct 29, 2022
@yufeng-pan
Copy link

Hi xaoro, I had the same problem and find out a way to run the project without an error.

The problem seems to come from the test file mentioned in the error message, commenting it out will allow the program to run normally. I have a branch that implements this change here: https://github.com/medoctopus/bt/tree/issue-214.

I hope that helps!

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

No branches or pull requests

2 participants