From: Srikumar V. <sri...@gm...> - 2007-10-05 01:33:44
|
Hi, You dont need to use IDEs however it would help a lot if you did. If you have downloaded and installed Sun JSDK, ensure that : 1. GCJ is not in the path $ which java should return the path of Sun's Java binary. 2. Your classpath is set. Like an earlier email said, ensure that the two jars (gridsim and simjava) are in your classpath. $ export CLASSPATH=<path>/gridsim.jar:<path>/simjava.jar where <path> is the directory in which you have put the jar files Run again. Go over the instructions provided in the GridSim distribution. They are pretty detailed. On an unrelated note, I noticed earlier that you are running java in the root account. While this has *no effect* on GridSim's performance, it is generally a good idea (security-wise) to execute *all* programs from a user account. Cheers Sri. On 10/5/07, om nama shiva <omn...@gm...> wrote: > Hello, > I am not using any kind of IDE's I m just compiling directly in the > shell. Is dat i need to use any special IDE's to work with this gridsim tool > and if so please help get me the exact steps of how to work with this tool. > I m using Centos 4. I ve also installed JSDK as said by Srikumar Venugopal. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > |