Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] LeshanClientExample

Hello Brice, 

Thanks for the report. A pull request was already supplied for this issue: https://github.com/eclipse/leshan/pull/4
It should merged pretty soon.

Thanks.
Manu



2015-02-19 11:44 GMT+01:00 Brice Vandeputte <bvandeputte.pro@xxxxxxxxx>:
Hi all
I'm new to Leshan and I'm trying to follow the first very basic step of the leshan readme.

I was able to compile/start a stanalone leshan server.
But I got an issue with the client-example:

the following command
java -jar target/leshan-client-example-*-SNAPSHOT-jar-with-dependencies.jar localhost 9000 localhost 5683
result in a :

Erreur : impossible de trouver ou charger la classe principale leshan.client.example.LeshanClientExample

the jar-with-deps META-INF/MANIFEST.MF includes the following entry point:

Main-Class: leshan.client.example.LeshanClientExample

This class is not in the same jar and is called :
org.eclipse.leshan.client.example.LeshanClientExample

Could you please fix this issue ? should I open an issue on github ?
regards
Brice Vandeputte

_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev



Back to the top