swarm-support
[Top][All Lists]
Advanced

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

[Swarm-Support] From Eclipse to the Command Line


From: Kyle Newton
Subject: [Swarm-Support] From Eclipse to the Command Line
Date: Thu, 10 Aug 2006 11:41:36 -0700

I've been working inside Eclipse using the tutorials written by the Steves. The tutorials use the approach of Jar-ing the files, which is fine and dandy when using them within Eclipse. However, my lack of experience using Jar files from the command line and poor luck in finding help through Google have left me unable to simply copy and run my .jar and .java files from my Windows/Eclipse station to my SuSE/command line station.

What might I be missing? I've tried running it at follows:

$ javacswarm *.java
$ javaswarm -classpath /my/path/mypackage.jar StartModel

and other variations and still no luck. I've copied the .jar into the same directory as my .java files, which is where I'm running the commands from. I'm missing somethere here.
Thank you for your help.

reply via email to

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