Pandemic Posted December 29, 2013 Author Posted December 29, 2013 Hi I dont know any Java at all, only some HTML, would I be able to learn this language without going back to Java? Well HTML and Java are very different, but learning java shouldn't be too hard for you.
aphexhdm Posted January 1, 2014 Posted January 1, 2014 Override is an annotation that means you are overriding a method from a superclass. It doesn't have any functional purposes, other than readability, so people reading your code knows the method is overriden from another class. Thanks Omoshu, but this is a rather technical version of what it does, so let me explain it much simpler: The @Override above a function simply means that OSBot will use this function instead of the default function that's defined in the Script class (the one our script is extending from). You can also call the default function by doing the super() function inside of the function you're overriding (well it's useless in this case, because the Script class functions are empty). Thanks!
M4STERJC Posted January 2, 2014 Posted January 2, 2014 Me when I open eclipse it says to me: A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine found WAS Effective searching the Following locations: C: \ Users \ JC \ Desktop \ eclipse \ jre \ bin \ javaw.exe javaw.exe in your current PATH Help Please ? :3
Pandemic Posted January 3, 2014 Author Posted January 3, 2014 Me when I open eclipse it says to me: A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine found WAS Effective searching the Following locations: C: \ Users \ JC \ Desktop \ eclipse \ jre \ bin \ javaw.exe javaw.exe in your current PATH Help Please ? :3 Make sure you have Java installed.
Cyro Posted January 3, 2014 Posted January 3, 2014 I have it Well then you might have different bits version for jdk and eclipseMake sure they both are 32 or 64 Or it could be that your PATH variable is missed up this is how to change/set it: http://www.java.com/en/download/help/path.xml Set it to your jdk bin folder
Tyler Kz Posted January 3, 2014 Posted January 3, 2014 (edited) seem to have issues with eclipse it can't locate my java http://prntscr.com/2g53gy Edited January 3, 2014 by Tyler Kz
Cyro Posted January 4, 2014 Posted January 4, 2014 seem to have issues with eclipse it can't locate my java http://prntscr.com/2g53gy Make sure that your java and eclipse have the same bit version so they both have to be 64 or 32Thank you CyroGlad I could help
Pandemic Posted January 6, 2014 Author Posted January 6, 2014 Thanks Going to give this a go Good luck
back2spawn Posted January 6, 2014 Posted January 6, 2014 We all started as baby dev'sPandemic started as an erected one