Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] Problems building source from eclipse workspace

Hey,

I'm a stupid guy ;-)

Creating my own launch config was the solution ;) Now, all works very well, thx for this advise!

Gerrit

Am 13.05.2012 08:31, schrieb Marcel Bruch:
Hi Gerrit,

you are using my Mac launch configuration which depends on SWT for Mac. For windows you have to create your own launch config that includes the win32 version of SWT. Also the launch parameter is specific for Mac.

You know how to create your own (windows) launch configuration, right? If you have trouble, let me know.

Best,
Marcel


On 13.05.2012, at 01:02, Gerrit Freise wrote:

Last days I want to build the source code from eclipse workspace under eclipse 4.2 M6, using the follwing manual (http://wiki.eclipse.org/Recommenders/BuildingFromSource).
I have fetched all dependencies and setting up the workspace's target platform (e42-devel). Now I have the following problems:
1) Its impossible for me to start the e42 target with the Option -XstartOnFirstThread (unrecognized option under windows&  linux)
2) After removing this option, I'm getting the folowing Exceptions (see http://dl.dropbox.com/u/20854023/1336861896959.log):
..
"java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Display"
...
"java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Display"
...
"java.lang.ClassNotFoundException: org.eclipse.swt.SWTError"
...

I'm using eclipse 4.2 M6

can s.o. help me?

cheers, Gerrit


_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev




Back to the top