How to compile and run rosjava Hello World
Ok, rosjava_core is build.
Now I moved to the Hello World tutorial "http://docs.rosjava.googlecode.com/hg/rosjava_core/html/getting_started.html".
I used the gradlew wrapper and copy pasted the gradle folder into my package folder because otherwise it would not even slightly work. The build error said that certain classes/symbols could not be resolved from the Hello World Code.
But before I even start spewing out the error messages, I first want to ask a much simpler question: In the sense of the tutorial (http://docs.rosjava.googlecode.com/hg/rosjava_core/html/getting_started.html), am I supposed to create my test package inside the rosjava_core folder or am I allowed to set it up anywhere in /home?
Thanks for the answer!