Problem configuration eclipse for domino

Hello,

I am trying to folow this tutorial:

http://www.lntoolbox.com/en/categories/notes-domino/169-configure-eclipse-342-for-lotus-notes-851.html?start=1

I am using:

  • Lotus Notes 8.5.1

  • Eclipse Ganymede 3.4.2 RCP/Plug-in

  • Expeditor Toolkit 6.2.1

At the end of the tutorial I press the run button in “run configuration”. I suppost Lotus Notes has to start at that moment. But I get the message:

Java Virtual Machine Launcher

Could not find the main class. Program will exit

And in the console of eclipse:

Exception in thread “main” Java.lang.NoClassDefFoundError: Files\IBM\Lotus\Notes\framework Caused by: Java.lang.ClassNotFoundException: Files\IBM\Lotus\Notes\framework at Java.net.URLClassLoader.findClass(URLClassLoader.java:419)at java.lang.ClassLoader.loadClass(ClassLoader.java:643)at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:320)at java.lang.ClassLoader.loadClass(ClassLoader.java:609)

Does someone know how to fix this?

Subject: Fixed

Already fixed the problem, I needed to use c:\progra~1\notes8 instead of c:\Program Files\Notes8

Subject: How did you make it work

Jan,

When you changed the path to 8:3 by putting the ~1 to make it a no-white-space string, where did you use the shortened path?

When change the path to progra~1....\ Eclipse doesn’t find that path .

I also do not see a way to change the JRE paths once imported to Eclipse.

Can I trouble you to add more to your solution?

Thank you

Sean