Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] LeshanClient execution problem

Hello, I am using netbeans and I just cloned the master repository: https://github.com/eclipse/leshan.git

When I try running the client example I get the error below. Please I need help - I am new to leshan. Thanks in anticipation.

COMPILATION ERROR : 
-------------------------------------------------------------
org/eclipse/leshan/client/example/LeshanClientExample.java:[77,19] error: cannot find symbol
1 error
-------------------------------------------------------------
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 2.354s
Finished at: Fri Jun 26 17:14:33 CST 2015
Final Memory: 15M/227M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.4:compile (default-compile) on project leshan-client-example: Compilation failure
org/eclipse/leshan/client/example/LeshanClientExample.java:[77,19] error: cannot find symbol
-> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:

Back to the top