swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Support] no javaswarm in java.library.path


From: Marcus G. Daniels
Subject: Re: [Swarm-Support] no javaswarm in java.library.path
Date: Sun, 21 Jan 2007 09:21:33 -0700
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Alexander Stomper wrote:
Exception caught: no javaswarm in java.library.path
Exception in thread "main" java.lang.UnsatisfiedLinkError: createBegin
        at swarm.SwarmEnvironmentCImpl.createBegin(Native Method)
        at swarm.Globals.<clinit>(Globals.java:39)
        at tutorial.StartSimpleBug.main(StartSimpleBug.java:19)

This means that the shared library for Swarm isn't loading. It might be because Eclipse is asserting its own PATH to run the simulation or because some other shared library (e.g. BLT) isn't in the DYLD_LIBRARY_PATH and needs to be. I'd suggest trying to run the simulation using your settings from the command line using `java SimpleCBug' (or whatever simulation). That way, you can be confident that all of the settings are what you intend.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]