Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Unsubscribe

Unsubscribe

On Mar 21, 2011 2:28 AM, "Davidosky" <davide.aresta84@xxxxxxxxx> wrote:
> Now I've this:
>
> !SESSION Mon Mar 21 08:25:58 CET 2011
> ------------------------------------------
> !ENTRY org.eclipse.equinox.launcher 4 0 2011-03-21 08:25:58.449
> !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:617)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
>
> I noticed that config.ini doesn't contain this line:
>
> osgi.framework.extensions=org.eclipse.equinox.weaving.hook
>
> but adding it manually doesn't do the trick...
>
> I hope you have some answer :)
>
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/AspectJ-PDE-export-problems-tp3387024p3392807.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top