Include rosjava node in a Java project under eclipse
Hello,
I have started using rosjava yesterday and I'm still trying to understand how it really works. After doing some tutorials I was able to connect a Java Listener with a C++ talker (actually very straight forward) Now what I'm trying to do is to put a talker in my Java project under eclipse so that my program can trigger a message sending that will be received by a C++ node which will react to it and make a robot do an action. Any hint where to start? the tutorials I found for integrating rosjava in eclipse are outdated.
Thank you very much