[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.examples] Re: Problems while configuring EBERT

I guess that the example isn't all that excellent :-)

I expect that the org.eclipse.examples.expenses.context.standalone bundle needs to be started.

If you're using the launch configurations that I created, they should already have the -console option in them and so should be able to interact with the OSGi console.

In the console, get a list of the bundles with the "ss" commands. Find the number for the org.eclipse.examples.expenses.context.standalone bundle and type "start ##". That should get everything going.

I'll add this to my list of things that I didn't test well enough and make it work without the console gymnastics.

Wayne

Arunagiri.K wrote:
Hi,
First of all I say thanks for this excellent application sample.
In RCP :

I had updated the package and it runs fine. After running the app I don't know where to start. The application shows all the views perfectly, except "Title" text field and "Add" button all other fields are disabled. What is the starting point? How can I input the data?

In eRCP : Using eRCP 1.2 & Eclipse 3.4.1

This shows one empty List and "Add", "Remove", "Edit" menus in "Command" but nothing works for me. What I am missing?

Regards,
-arun