Executing rosjava programs
Leaving android aside for the moment, what's the recommended way of executing a rosjava program buried in a main() in one of your classes?
Am asking because of the complexity of the CLASSPATH. This seems to be handled in the compilation, but I'm not sure how to bring it in when trying to run something.