Pandemic Posted December 29, 2013 Author Share 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. Link to comment Share on other sites More sharing options...
Samman629 Posted January 1, 2014 Share Posted January 1, 2014 Thanks! Exactly what I needed. Link to comment Share on other sites More sharing options...
Pandemic Posted January 1, 2014 Author Share Posted January 1, 2014 No problem. Link to comment Share on other sites More sharing options...
aphexhdm Posted January 1, 2014 Share 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! Link to comment Share on other sites More sharing options...
Pandemic Posted January 2, 2014 Author Share Posted January 2, 2014 No problem. Link to comment Share on other sites More sharing options...
M4STERJC Posted January 2, 2014 Share 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 Link to comment Share on other sites More sharing options...
Pandemic Posted January 3, 2014 Author Share 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. Link to comment Share on other sites More sharing options...
M4STERJC Posted January 3, 2014 Share Posted January 3, 2014 I have it Link to comment Share on other sites More sharing options...
Cyro Posted January 3, 2014 Share 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 Link to comment Share on other sites More sharing options...
Tyler Kz Posted January 3, 2014 Share 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 Link to comment Share on other sites More sharing options...
M4STERJC Posted January 3, 2014 Share Posted January 3, 2014 Thank you Cyro Link to comment Share on other sites More sharing options...
Cyro Posted January 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
Harry Monroe Posted January 6, 2014 Share Posted January 6, 2014 Thanks Going to give this a go Link to comment Share on other sites More sharing options...
Pandemic Posted January 6, 2014 Author Share Posted January 6, 2014 Thanks Going to give this a go Good luck Link to comment Share on other sites More sharing options...
back2spawn Posted January 6, 2014 Share Posted January 6, 2014 We all started as baby dev'sPandemic started as an erected one Link to comment Share on other sites More sharing options...