I have tried deploying my BigInsight natured Java program directly from Eclipse. But it is showing a "class not found" error.
But when I added the runnable jar of the same project in run time dependencies while deploying the Application, it worked fine.
At the time of BigInsight application publish, it must add all of the dependencies of the particular projects. Is there any option in the UI that lets me do the same?