-
Notifications
You must be signed in to change notification settings - Fork 21
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
Command line application on Raspberry #66
Comments
+1 |
Yeah that's correct, this is a bug, I would need to check it out. |
It looks like inputs are passed to shell of local machine (where intelliJ is running). |
Running with BTW: Platform is macOS but I believe the issue should be reproducible on Linux instances |
Any progress on this? :) |
@emilm No progress yet, been pretty busy. It would be great if you guys can contribute fixes for it. |
I have the same error! @asebak when you say me where in the repo I can find it I would fix ist if I can |
I have a really simple example of a command line application that I can't get to work.
`public class CommandLine {
}`
When running this application from Intellij IDE remote on a Raspberry "scanInput.nextLine" seems not to work. "System.out.println" works nicely putting text to the console window,, but there it ends.
When I after receiving promt "Give data" inputs some texts it seems like the input goes to a the local windows shell instead of the application.
For me, mainly working with hardware development, the possibility to quickly write a simple application to test new hardware,, is very important.
Can anyone help me here, are I doing something wrong or is it not supposed to work ..?
//lg
The text was updated successfully, but these errors were encountered: