[kepler-dev] Running Kepler from Eclipse...No actors on right pane
David Welker
david.v.welker at gmail.com
Mon Apr 6 15:37:26 PDT 2009
Hi Christopher,
I agree with you about the naming of the startup class. It is a little
bit tricky, because Kepler has evolved such that there are several
startup classes layered on top of each other. I think we need to take a
look at this at some point and rationalize it. It actually is nice to
have different startup classes in the following sense. Different modules
will need to perform different startup tasks. For example, the startup
class org.kepler.loader.Kepler (which is called by
org.kepler.core.loader.Loader) is different when working with
kepler-trunk versus kepler-1.0. So, having multiple startup classes does
give us some flexibility we wouldn't have otherwise. Nonetheless, it
should be simplified and also these classes need to be named in a more
careful manner.
David
David
> Hi David,
> Excellent that you were able to track that down!
> I was probably the one that put the error in the docs.
>
> Perhaps org.kepler.loader.Loader should be renamed?
> If I was going to start an application named Kepler,
> and there was a class named Kepler, I'd probably choose that
> class. I can see a large set of errors resulting from
> confusion over this. Or, perhaps org.kepler.loader.Kepler
> should not have a main() or should have a package protected
> main()?
>
> Having a class org.kepler.Kepler might even be better.
>
> _Christopher
>
> David Welker wrote:
>> Hi Kazmi,
>>
>> It turns out that the problem was that the instruction you referred
>> to were out-of-date. Instead of org.kepler.loader.Kepler, the main
>> class should be org.kepler.core.loader.Loader. Also, instead of
>> setting loader as the main module, the main module should be
>> module-manager. I have updated those instructions. It worked fine
>> when I tried it with the updated instructions.
>>
>> David
>>
>>
>>> Hello,
>>>
>>> I am using kepler with eclipse. I followed this tutorial:
>>> https://kepler-project.org/developers/reference/kepler-and-eclipse/?searchterm=None
>>>
>>>
>>> When I run kepler as java application, it loads but no actors are
>>> there in
>>> right pane. I can just find the categories name (e.g. Component->Data
>>> Input->Local Input).
>>>
>>> I tried by deleting ~/.kepler directory too, but no way.
>>> Can you help me out?
>>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Kepler-dev mailing list
>> Kepler-dev at kepler-project.org
>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>
More information about the Kepler-dev
mailing list