Phaibooty Posted January 5, 2017 Posted January 5, 2017 (edited) Hi I'm folloiwing this guide: http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/ and I'm on the beginning of step 3 and im getting this error on the bottom? I'm a complete noob so..... I don't know if this is an error or not. How do I fix this? Edited January 5, 2017 by phaibooty
Lucki Posted January 5, 2017 Posted January 5, 2017 this brings back horrible memories of comp sci class
Bamboozled Posted January 5, 2017 Posted January 5, 2017 (edited) Change your Main.java file from Main to main Edited January 5, 2017 by Bamboozled 1
Phaibooty Posted January 5, 2017 Author Posted January 5, 2017 Change your Main.java file from Main to main omg LOL ty also does it matter with JRE System library I'm using?
Bamboozled Posted January 5, 2017 Posted January 5, 2017 (edited) Try to have the most updated version of JRE as Osbot continues to move forward with the latest Java versions. Edited January 5, 2017 by Bamboozled
Booleans YAY Posted January 6, 2017 Posted January 6, 2017 omg LOL ty also does it matter with JRE System library I'm using? Use java 8 and latest jdk
WiseGoldMan Posted January 7, 2017 Posted January 7, 2017 Change your Main.java file from Main to main This :P
fstyle Posted January 7, 2017 Posted January 7, 2017 it looks like you dont have an idea on what you're doing. lolhttps://www.udemy.com/java-tutorial/
Phaibooty Posted January 9, 2017 Author Posted January 9, 2017 it looks like you dont have an idea on what you're doing. lol https://www.udemy.com/java-tutorial/ https://www.codecademy.com/ Thank you! I will check these out. Appreciate the help.