Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] unsatisfied link error

Hello,

For a while now I've been experiencing this error which blocks me from using the ProcessBuilder.  I'm running Mac OS 10.5.8 (32-bit).  Has anyone seen this?  I think that the CDT distribution is not being built correctly.  My installed version is:   8.0.0.201103250805.

Any help here would be appreciated.

Thanks, Al

----------

java.lang.UnsatisfiedLinkError: /Developer/Projects/ptp/.metadata/.plugins/org.eclipse.pde.core/pde-junit/org.eclipse.osgi/bundles/60/1/.cp/os/macosx/x86/libspawner.jnilib:  no suitable image found.  Did find:  /Developer/Projects/ptp/.metadata/.plugins/org.eclipse.pde.core/pde-junit/org.eclipse.osgi/bundles/60/1/.cp/os/macosx/x86/libspawner.jnilib: unknown required load command 0x80000022
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1824)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1717)
	at java.lang.Runtime.loadLibrary0(Runtime.java:822)
	at java.lang.System.loadLibrary(System.java:993)
	at org.eclipse.cdt.utils.spawner.ProcessFactory.<init>(ProcessFactory.java:39)
	at org.eclipse.cdt.utils.spawner.ProcessFactory.getFactory(ProcessFactory.java:51)
	at org.eclipse.ptp.remote.internal.core.LocalProcessBuilder.<init>(LocalProcessBuilder.java:37)
	at org.eclipse.ptp.remote.internal.core.LocalProcessBuilder.<init>(LocalProcessBuilder.java:41)
	at org.eclipse.ptp.remote.internal.core.LocalServices.getProcessBuilder(LocalServices.java:109)
	at org.eclipse.ptp.rm.jaxb.core.runnable.command.CommandJob.prepareCommand(CommandJob.java:288)
	at org.eclipse.ptp.rm.jaxb.core.runnable.command.CommandJob.run(CommandJob.java:162)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


Back to the top