-
Notifications
You must be signed in to change notification settings - Fork 255
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 On Windows #546
Comments
Terminal applications, such as what Lanterna helps one to create, aren't
natively "at home" in Windows...
One solution are SwingTerminal apps (with javaw.exe). You might want to
help add the missing bits to it.
Another would be installing Cygwin and use Lanterna in Cygwin terminals.
Another would be the WindowsTerminal (using JNA, iirc), which would need
some
active developers/testers to get into shape.
For a starter, look at the tree "native-integration" and try to get that
into your build environment.
(I can't help much there - my own computers are a "Window"-less
environment.)
|
OK. thanks |
@DarkDeveloper-Plant Have you tried |
The JNA implementation is production-ready as far as I can say, and definitely preferable to the |
Hi
Code works fine on Linux but on windows it can't find Terminal.
Error:
By using
javaw
it opens a SwingTerminalFrame window which many functionalities are not workingThe text was updated successfully, but these errors were encountered: