When I try to make a standalone program out of my RCP Project, the exported Product keeps telling me that startup failed. It produces a quite long error Log: http://tinypaste.com/7b15b2e2
Additionally the export fails for OS X x86_64. Only x86 works oO
Thanks for replies,
BigTeddy
The salient part of the stacktrace is this:
This exception means that your Java code (transitively) depends on that particular class, but the Java runtime cannot find it on the classpath.
I’m not an RCP expert, but my guess is that your exported project is missing some JAR files, probably because of a problem in the project dependencies. (It looks like some dependency on SWT is missing …)