I am currently using Eclipse 3.5.2.
I have an Eclipse RCP application that I am developing and I launch it from the Eclipse IDE.
I am writing some code that uses a 3rd party library that I included as a separate Eclipse Plugin. When I ran my Eclipse RCP app, I don't see the typical output from the 3rd party library on the console tab in the Eclipse IDE.
Is that as expected? If so is there a way that I can enable that?
Thanks,