slimy Posted December 31, 2018 Share Posted December 31, 2018 Ok, I'm rather new here, and fairly new to using Java, but I still feel like I am missing something super simple, I used the Beginners Tutorial located in the forums to set everything up, and all seemed to go properly. What I am seeing though, is my path configuration doesn't look like the one in the tutorial (image provided) and I am getting a red line under the "p" in the very first line " package core; " w/ error message "The type org.osbot.lpT9 cannot be resolved. It is indirectly referenced from required .class files" Quick fix tells me to "Open the Java build path property page of project " then directs me to correct the path I configured the path as directed in the tutorial, and while doing so noticed that I had a different (older) version, I tried to find the version 2.5.6 as shown in tutorial but couldn't find a trustworthy working link. Is the issue directly related to the older version, or have I mucked something up trying to start out? If I DO need the other version of OSBot can someone please provide a working DL link please. Thanks in advance Quote Link to comment Share on other sites More sharing options...
slimy Posted December 31, 2018 Author Share Posted December 31, 2018 Also, I am getting a lot of red lines when I copy and paste scripts from the forums, in the tutorial it states that the path may be the issue with excessive red lines and to refer back to those steps. SOME of the errors offer quick fix and allow me to import the proper class, then lines go away, but not all, and why is it not just able to access those files? Sorry, I know these are likely extremely dumb errors on my part, but I have exhausted myself trying to find the answer without having to beg for help lol, I admit my failure presently... Quote Link to comment Share on other sites More sharing options...
Juggles Posted December 31, 2018 Share Posted December 31, 2018 Are you using intelliJ and have team viewer? If so i can help Quote Link to comment Share on other sites More sharing options...
extatus Posted December 31, 2018 Share Posted December 31, 2018 32 minutes ago, Juggles said: Are you using intelliJ and have team viewer? If so i can help Hes using eclipse. Quote Link to comment Share on other sites More sharing options...
progamerz Posted December 31, 2018 Share Posted December 31, 2018 3 hours ago, slimy said: Ok, I'm rather new here, and fairly new to using Java, but I still feel like I am missing something super simple, I used the Beginners Tutorial located in the forums to set everything up, and all seemed to go properly. What I am seeing though, is my path configuration doesn't look like the one in the tutorial (image provided) and I am getting a red line under the "p" in the very first line " package core; " w/ error message "The type org.osbot.lpT9 cannot be resolved. It is indirectly referenced from required .class files" Quick fix tells me to "Open the Java build path property page of project " then directs me to correct the path I configured the path as directed in the tutorial, and while doing so noticed that I had a different (older) version, I tried to find the version 2.5.6 as shown in tutorial but couldn't find a trustworthy working link. Is the issue directly related to the older version, or have I mucked something up trying to start out? If I DO need the other version of OSBot can someone please provide a working DL link please. Thanks in advance Ok, so when i used eclipse i used to sometime get that error randomly, just restart eclipse and it should work for "sometime", thats the main reason why i switched to intellij. Quote Link to comment Share on other sites More sharing options...
Chris Posted December 31, 2018 Share Posted December 31, 2018 lol use intellij 1 Quote Link to comment Share on other sites More sharing options...
Naked Posted December 31, 2018 Share Posted December 31, 2018 17 minutes ago, Chris said: lol use intellij Some of us have standards. Quote Link to comment Share on other sites More sharing options...
Chris Posted December 31, 2018 Share Posted December 31, 2018 10 minutes ago, NakedPotato said: Some of us have standards. 1 1 Quote Link to comment Share on other sites More sharing options...
slimy Posted January 1, 2019 Author Share Posted January 1, 2019 Thanks everyone for taking the time to read my post, I have no idea what fixed it, but it is fixed lol... Also, I had attempted to backup my work so as not to lose what I had already, and made Main(2) it was interfering as well as it was made inside the project I had open and was giving an error of "Main already referenced" or something to that effect, deleting the backup resolved that and my first OSbot script ran as well as I expected lol. So I've just taken to saving the code to notepad for copy/paste if it goes to hell lol. Quote Link to comment Share on other sites More sharing options...