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
When trying to run iec61850bean-console-client I'm getting the following error:
Error: Could not find or load main class com.beanit.iec61850bean.app.ConsoleClient
Caused by: java.lang.ClassNotFoundException: com.beanit.iec61850bean.app.ConsoleClient
Thought maybe I was missing some kind of path configuration but:
/usr/local/iec61850bean$ find . -name com.beanit.iec61850bean.app.ConsoleClient
returns nothing
Am I missing something?
Thanks,
Keith
The text was updated successfully, but these errors were encountered:
When trying to run iec61850bean-console-client I'm getting the following error:
Error: Could not find or load main class com.beanit.iec61850bean.app.ConsoleClient
Caused by: java.lang.ClassNotFoundException: com.beanit.iec61850bean.app.ConsoleClient
Thought maybe I was missing some kind of path configuration but:
/usr/local/iec61850bean$ find . -name com.beanit.iec61850bean.app.ConsoleClient
returns nothing
Am I missing something?
Thanks,
Keith
The text was updated successfully, but these errors were encountered: