CrazyEngineers Archive
Old, but evergreen and popular discussions on CrazyEngineers, presented to you in read-only mode.
@nitishchopra2002 • 27 Jun, 2012
hello everyone
i am looking to work in cloudsim software for scheduling . i installed jdk and then netbeans , after that i followed
https://cloudsim-setup.blogspot.in/2012/01/cloudsim-installation-with-netbeans.html
this link instructions . I m still unable to run examples as per the instructions given by the this . error coming is the MISSING MAIN CLASS . can anybody help ?
also i want to know how to use cloudsim , i mean are we required to modifications in cloudsim given examples to implement own scheduling alogrithms? kindly explaina bit .
thank u
i am looking to work in cloudsim software for scheduling . i installed jdk and then netbeans , after that i followed
https://cloudsim-setup.blogspot.in/2012/01/cloudsim-installation-with-netbeans.html
this link instructions . I m still unable to run examples as per the instructions given by the this . error coming is the MISSING MAIN CLASS . can anybody help ?
also i want to know how to use cloudsim , i mean are we required to modifications in cloudsim given examples to implement own scheduling alogrithms? kindly explaina bit .
thank u
@Reya • 28 Jun, 2012
Did you install cloudsim with netbeans properly? Can you upload the screenshot here?
@nitishchopra2002 • 28 Jun, 2012
sorry. cannot upload screen shots now. have u worked in cloudsim? its my first time. what knowledge is requred to use cloudsim or to implement new scheduling techniques in cloudsim.
basic concepts of java programming or deep programming in java? or something else too?
basic concepts of java programming or deep programming in java? or something else too?
@Reya • 28 Jun, 2012 • 2 likes
Knowledge about Basic Java programming,cloud computing,some programming IDEs like Eclipse is sufficient to work on cloudsim. Sorry, I've not worked on cloudsim.
This would answer all your questions- https://code.google.com/p/cloudsim/wiki/FAQ
If you have any doubt regarding the implementation, feel free to ask here.
This would answer all your questions- https://code.google.com/p/cloudsim/wiki/FAQ
If you have any doubt regarding the implementation, feel free to ask here.
@nitishchopra2002 • 28 Jun, 2012
thank you so much
@sandeep varma • 22 Dec, 2012
me too followed the above instructions but got the error message while running CloudSimExample1:
java.lang.UnsupportedClassVersionError: org/cloudbus/cloudsim/provisioners/PeProvisioner : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Exception in thread "main" Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)
.
.
.Can anyonehelp me please
java.lang.UnsupportedClassVersionError: org/cloudbus/cloudsim/provisioners/PeProvisioner : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Exception in thread "main" Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)
.
.
.Can anyonehelp me please
@rahul69 • 22 Dec, 2012
Looks like there is a mismatch between ur jdk and jre. Which version of jdk u r using?
I have seen people with java7 facing this problem.
Try reinstalling jdk and jre so that both have same version.
😀
Hope it helps!
I have seen people with java7 facing this problem.
Try reinstalling jdk and jre so that both have same version.
😀
Hope it helps!
@vartta siyal • 02 Jul, 2013
hi nitish,
i m also getting d same error and working on d same project.
if u get ur error resolved, kindly help me. or send ur contact so dt i can contact u. my email- vtvartta@gmail.com
or if any one can help plz ......
nitishchopra2002hello everyone
i am looking to work in cloudsim software for scheduling . i installed jdk and then netbeans , after that i followed
https://cloudsim-setup.blogspot.in/2012/01/cloudsim-installation-with-netbeans.html
this link instructions . I m still unable to run examples as per the instructions given by the this . error coming is the MISSING MAIN CLASS . can anybody help ?
also i want to know how to use cloudsim , i mean are we required to modifications in cloudsim given examples to implement own scheduling alogrithms? kindly explaina bit .
thank u
hi nitish,
i m also getting d same error and working on d same project.
if u get ur error resolved, kindly help me. or send ur contact so dt i can contact u. my email- vtvartta@gmail.com
or if any one can help plz ......
@hajar • 01 Jun, 2015
hello
please check this .it can help and guide you
https://installwithme.blogspot.com/2014/10/how-to-install-cloudsim-in-windows.html
https://mapurva.files.wordpress.com/2013/01/install-cloudsim-with-eclipse.pdf
please check this .it can help and guide you
https://installwithme.blogspot.com/2014/10/how-to-install-cloudsim-in-windows.html
https://mapurva.files.wordpress.com/2013/01/install-cloudsim-with-eclipse.pdf
@maryam87a78 • 09 Jul, 2015
hello
i have a program and i want write it in cloudsim ,i installed cloudsim on netbeans but i cant registery my classes with cloudsim, classes.
can U help me please?
i have a program and i want write it in cloudsim ,i installed cloudsim on netbeans but i cant registery my classes with cloudsim, classes.
can U help me please?
@Ankita Katdare • 17 Jul, 2015
Tagging @rahul69 for help here.
@rahul69 • 27 Jul, 2015
Hope it helps.
I am not sure what you meant by 'registry my classes' but if you are facing issue after installing cloudsim, you may include it as a project and extend the cloudsim classes to your own new classes.maryam87a78hello
i have a program and i want write it in cloudsim ,i installed cloudsim on netbeans but i cant registery my classes with cloudsim, classes.
can U help me please?
Hope it helps.
@Cathrine Selvista • 10 Mar, 2016
Hi all,
How can i integrate occi4java with cloudsim?
please help...
Thank you in advance
How can i integrate occi4java with cloudsim?
please help...
Thank you in advance
@Cathrine Selvista • 10 Mar, 2016
Hi all,
How can i use the cloudsim with the occi4java ?
Please help me out of this...
Thankyou in advance
How can i use the cloudsim with the occi4java ?
Please help me out of this...
Thankyou in advance
6.3k views
Related Posts
@vishwa.modak · Dec 18, 2014
hey there can anyone tell me where can i get
ELECTRIC MACHINE by P.S.BIMBRA
ELECTRIC MACHINE by NAGRATH KOTHARI
PLZ HELP
4.8k views
@Ankita Katdare · Dec 3, 2013
Renault India has revealed its new facelift-ed 2014 Renault Duster SUV's features and have decided an early 2014 launch date for it. At the 2013 Frankfurt Auto Show, Romanian car...
6.9k views
@Satya Swaroop Dash · Feb 22, 2017
The Problem:
If you are on the lookout for a budget fitness tracker chances are you have set your eyes on Xiaomi. Xiaomi has brought fitness tracking to the masses...
5.2k views
Harley Davidson Street Glide Price In India Is Rs. 29 Lakh- New Bike Unveiled Under Project Rushmore
@Ankita Katdare · Oct 12, 2013
It is a day to rejoice for the Harley Davidson fans, because the US based company has launched its new generation Street Glide in India. Priced at Rs. 29 lakh...
3.6k views
@bithamang · Sep 8, 2013
sir,I know JSP/Servlets/EJB concepts.But why do we need Struts,Hibernate,Spring,JSF ..
tell me the overview of this advanced technology.
3.5k views