Hello. I have written two applications : EchoClient and EchoServer, following the instructions from the manual. I have successed to build the project using Apache maven 3.0.5. The proplem is that after copying the jar from the target directory to the Application directories (one for nessi GUI and the other for nessi backend), I can not see the new applications in the simulator. They are supposed to be part of Basic Communication category. When it comes to build the nessi2 example project, everything is correct, but with the applications I have written there are problems. Can someone help me ? Thanks!
Last edit: Sage Kataliko 2018-05-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I recall correctly, NeSSi2 includes an EchoClient and EchoServer application. So your applications may not show up, because those application names are already used.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. I have written two applications : EchoClient and EchoServer, following the instructions from the manual. I have successed to build the project using Apache maven 3.0.5. The proplem is that after copying the jar from the target directory to the Application directories (one for nessi GUI and the other for nessi backend), I can not see the new applications in the simulator. They are supposed to be part of Basic Communication category. When it comes to build the nessi2 example project, everything is correct, but with the applications I have written there are problems. Can someone help me ? Thanks!
Last edit: Sage Kataliko 2018-05-15
If I recall correctly, NeSSi2 includes an EchoClient and EchoServer application. So your applications may not show up, because those application names are already used.
I have changed the names of the applications using annotations.
@Name("Echo client kataliko")
and for the server,
@Name("Echo server kataliko")