You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled on your parser, created a new Maven project in Eclipse, added the specified dependency and then copied and pasted the "getting going" example given and get import errors at the lines:
Hi
I stumbled on your parser, created a new Maven project in Eclipse, added the specified dependency and then copied and pasted the "getting going" example given and get import errors at the lines:
import org.aesh.console.settings.Settings;
import org.aesh.console.settings.SettingsBuilder;
Not a good start!
I then headed to:
https://github.com/aeshell/aesh/blob/master/examples/src/main/java/examples/SimpleExample.java
and copied and pasted the example given there and now get a different import error:
import org.aesh.AeshConsoleRunner;
Do you have any examples that work?
I know this is free open-source code, but if people are to use it then it needs to work and be well documented.
The text was updated successfully, but these errors were encountered: