Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AOSGI Deploy a product

I have a problem deploying a product which uses AOSGI. If i export such a product with the export wizard and start it i get following error message:
 
!SESSION Wed Jun 06 12:21:27 CEST 2007 -----------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 2007-06-06 12:21:27.576
!MESSAGE Could not find extension: org.aspectj.osgi
!ENTRY org.eclipse.core.launcher 4 0 2007-06-06 12:21:27.576
!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.core.launcher.Main.invokeFramework(Main.java:333)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
 at org.eclipse.core.launcher.Main.run(Main.java:977)
 at org.eclipse.core.launcher.Main.main(Main.java:952)
 
I havn't any idea what is wrong. Can you please help me?

Back to the top