--
You received this message because you are subscribed to the Google Groups "jline-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jline-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Could you enable debug logging for the JUL org.jline logger and post the stack trace you'll see ?
On Thu, Dec 15, 2016 at 1:33 PM, Pablo Alcaraz <pabl...@gmail.com> wrote:
HelloI am trying the Example.java file of JLine3 3.1.2 on a Ubuntu 16.04 system with JNA 4.2.2 and java 8.I launch it with parameter "simple" and it generates an error:WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)prompt> fo======>""Autocomplete does not work. Each time I press <tab> autocomplete is not invoked.Do I need to include some other jar file?Pablo
--
You received this message because you are subscribed to the Google Groups "jline-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jline-users...@googlegroups.com.
Hello
I could not make it log something relevant. I could with previous versions though.Anyway I could reproduce it. It seems like jline cannot create a console when it runs from an IDE or from maven.. perhaps it is because there is not generated jar but .class files? No sure thoughAttached is an example project you can use.If works ok with:mvn packagejava -jar target/jline-test-1.0-SNAPSHOT-jar-with-dependencies.jar simplebut it fails to create the console when it is launched from IntelliJ, or with:mvn exec:exec
Any help will be appreciated.Pablo
On Thursday, December 15, 2016 at 5:17:34 AM UTC-8, gnodet wrote:Could you enable debug logging for the JUL org.jline logger and post the stack trace you'll see ?On Thu, Dec 15, 2016 at 1:33 PM, Pablo Alcaraz <pabl...@gmail.com> wrote:Hello--I am trying the Example.java file of JLine3 3.1.2 on a Ubuntu 16.04 system with JNA 4.2.2 and java 8.I launch it with parameter "simple" and it generates an error:WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)prompt> fo======>""Autocomplete does not work. Each time I press <tab> autocomplete is not invoked.Do I need to include some other jar file?Pablo
You received this message because you are subscribed to the Google Groups "jline-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jline-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "jline-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jline-users+unsubscribe@googlegroups.com.