Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [virgo-dev] Milestone 5

That's great news!  Thanks to everyone on the Virgo team, I'm looking forward to trying it out.

From the command line (on Mac) everything seems to be fine, but under STS 2.5 M3 updated to the latest snapshot, I am getting the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/virgo/osgi/launcher/Launcher
Caused by: java.lang.ClassNotFoundException: org.eclipse.virgo.osgi.launcher.Launcher
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)


I have not done much testing nor have I tried under STS on Windows.  I can confirm that M4 still starts normally under the snapshot STS.  Hopefully this is an easy fix!

Thanks,
Tim Goeke

On Tue, Oct 5, 2010 at 3:51 AM, Glyn Normington <gnormington@xxxxxxxxxx> wrote:
Virgo 2.1.0.M05-incubation is available from the download page. See the release notes for details.

We are planning to release 2.1.0 by the end of October following a graduation/release review starting on 20 October.

Rgards,
Glyn
_______________________________________________
virgo-dev mailing list
virgo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/virgo-dev


Back to the top