This looks like the Eclipse classes are not part of the JAR. Are you packing a fat JAR, or do you put the Eclipse dependencies in the classpath?
On Wed, Jun 24, 2015 at 11:53 AM, Robert Metzger <rmetz...@apache.org> wrote: > Maybe you have to provide the name of the main class with the "-c" command: > ./bin/flink run -c my.package.Class <args" ? > > On Wed, Jun 24, 2015 at 11:28 AM, santosh_rajaguru <sani...@gmail.com> > wrote: > > > Hi, > > > > I am trying to run a Flink job, which uses the eclipse extension > mechanism, > > from command prompt as well as from the webclient. The job runs > > successfully > > from eclipse as a java application when i configure the classpath to > > include > > the dependencies. > > However, how to do that while running from webclient/ command prompt. > > when i try to execute the job, it says entry point could not be loaded > due > > to a linkage failure. > > causes : NoClassDefFoundException: Org.eclipse.core.runtime > > > > am i missing something? > > > > Regards, > > Santosh > > > > > > > > > > -- > > View this message in context: > > > http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Running-Flink-Job-with-dependencies-tp6653.html > > Sent from the Apache Flink Mailing List archive. mailing list archive at > > Nabble.com. > > >