[kepler-dev] new eclipse build problems
David Welker
david.v.welker at gmail.com
Fri Dec 19 13:20:45 PST 2008
Hi Derik,
Eclipse support needs to be expanded to do certain things automatically
when running vanilla-1.0. I am working on that now. The problem you are
getting is because the jars containing ptolemy (ptolemy-r49472.jar) and
kepler (kepler-r7920.jar) are not visible to the code that needs them.
So, here is what you need to do.
In the project pane, right click in the kepler-1.0-jar-tag folder and
choose Properties. Select Java Build Path. Scroll down and click on the
the checkboxes to the left of ptolemy-r49472.jar and kepler-r7920.jar so
that these jars are visible to all the other projects.
I am going to add the instructions to the documentation until I fix the
eclipse support so that these two checkboxes are automatically checked
for you.
Let me know if you have any further issues.
David
> Hi David,
>
> I'm following the instructions for eclipse
> (https://dev.kepler-project.org/developers/teams/build/documentation/the-new-build-system )
> and having problems. When I try to run the vanilla configuration, I get:
>
> ------
> Exception in thread "main" java.lang.Error: Unresolved compilation
> problem:
> The method load(String, String[]) from the type Kepler refers to
> the missing type IllegalActionException
> at org.kepler.loader.Kepler.main(Kepler.java:155)
> ------
>
> In Package Explorer, I also notice common, core, loader and util all
> have errors. Any suggestions?
>
> I'd also like to suggest reorganizing the Using Eclipse section of the
> instructions so that how to run the vanilla configuration is explained
> first.
>
> Derik
>
More information about the Kepler-dev
mailing list