You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clou...@googlegroups.com
I start testing cloudsim using eclipse and I get output but i did not know wha the nextstep , is there any tutorial for beginner show us how to write programs ?
Sahar
unread,
Nov 1, 2012, 5:30:10 AM11/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clou...@googlegroups.com
There are some examples in the cloudsim that they can get u a good knowledge about the all entities in the simulation. Moreover, reading the following paper will be useful for u.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clou...@googlegroups.com
@Osman : sorry for interrupting you here.. i have tried cloudsim example on jdk using terminal.. as given in example.txt file. but i got error as follow:
Exception in thread "main" java.lang.NoClassDefFoundError: org/cloudbus/clousim/examples/ClousSimExample1
Caused by: java.lang.ClassNotFoundException: org.cloudbus.clousim.examples.ClousSimExample1 at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.cloudbus.clousim.examples.ClousSimExample1. Program will exit.
can you explain why it?? pls help me out thanks in advance.