Advanced RCP Tutorial @ EclipseCon

For all of you who want to attend the Advanced Eclipse RCP Tutorial at EclipseCon: Help us to save some installation time and download/install all Eclipse projects from the zipped sources you find here. The requirements for the sources are Java 5 (or 6) and Eclipse Classic 3.4.2 (the projects will also compile and run with Eclipse 3.5M6).

See you at EclipseCon

Kai

This Post Has 6 Comments

  1. Jake

    Kai,

    I am trying to get the MP3M project running on my computer and am having difficulty working out my dependency problems. I checked out everything from svn then tried to debug from the mp3m.product.

    I am using Eclipse 3.4.2 for OSX Leopard with the RCP Delta pack installed. I figure I am missing things from my target and the ‘.launch’ configs reference files not found in 3.4.2 target. With them removed I get a very quick error shown below. Overall I figure I just completely started in the wrong spot or I am missing things ion my target. Will be at Eclipse Con next week as well but wnated to start playing with some stuff this weekend.

    Thanks for any help you can give.

    !SESSION Thu Mar 19 11:54:07 EDT 2009 ——————————————
    !ENTRY org.eclipse.equinox.launcher 4 0 2009-03-19 11:54:07.514
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:546)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

  2. Kai Tödter

    Jake,

    the launch configs are for Windows. For Mac try the following: Open a launch config and press “Add required plugins”. Usually this is enough to get mp3m launched on Macs.

  3. murat

    Vielen Dank!

  4. Youness

    Hi Kai,
    I have the same problem when launching my sample rcp product application in Windows.
    Please help.

    !ENTRY org.eclipse.equinox.launcher 4 0 2009-12-18 19:44:22.156
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

Leave a Reply to murat Cancel reply

I accept the Privacy Policy