Tiber Posted September 16, 2016 Share Posted September 16, 2016 Hey, Wasn't quite sure which section to post this in, in the 'Development' section as their isn't really any help/request section i could see. However, I'm looking to begin to scripting and noticed a few tutorials however, people use different 'software' as in 'Eclipse', and i'm wondering from experienced people which is best and easiest to use to start or to learn? Quote Link to comment Share on other sites More sharing options...
Token Posted September 16, 2016 Share Posted September 16, 2016 Doesn't really matter, choose whatever IDE you want. Only difference is Intellij is pretty much only used in casual development, while Eclipse is used everywhere in the IT industry. This is because Eclipse is open source, has a much more permissive license and is older. 1 Quote Link to comment Share on other sites More sharing options...
Tiber Posted September 16, 2016 Author Share Posted September 16, 2016 Doesn't really matter, choose whatever IDE you want. Only difference is Intellij is pretty much only used in casual development, while Eclipse is used everywhere in the IT industry. This is because Eclipse is open source, has a much more permissive license and is older. Thank you for replying, what would you personally recommend just for osbot scripting? Quote Link to comment Share on other sites More sharing options...
Muffins Posted September 16, 2016 Share Posted September 16, 2016 Thank you for replying, what would you personally recommend just for osbot scripting? Eclipse is probably the easiest to use, but intelliJ and Netbeans are also fine too. Quote Link to comment Share on other sites More sharing options...
Tiber Posted September 16, 2016 Author Share Posted September 16, 2016 Eclipse is probably the easiest to use, but intelliJ and Netbeans are also fine too. I'll look at Eclipse and IntelliJ see which i like overall. just wanted to get some feedback from scripters :P 1 Quote Link to comment Share on other sites More sharing options...
Juggles Posted September 16, 2016 Share Posted September 16, 2016 I like IntelliJ but its all preference. 2 Quote Link to comment Share on other sites More sharing options...
Token Posted September 16, 2016 Share Posted September 16, 2016 Thank you for replying, what would you personally recommend just for osbot scripting? I'm using Eclipse for anything Java related 1 Quote Link to comment Share on other sites More sharing options...
Tiber Posted September 16, 2016 Author Share Posted September 16, 2016 Okay, Cheers guys! I'll give Eclipse and Intelli a try and see from there which I prefer overall, thanks for the help! Quote Link to comment Share on other sites More sharing options...
Keven Posted September 16, 2016 Share Posted September 16, 2016 I prefer intellij Quote Link to comment Share on other sites More sharing options...
Tiber Posted September 16, 2016 Author Share Posted September 16, 2016 I prefer intellij I like the look of it, going to begin to use it and following 'Alek' tutorial and see how far I get. Any advise? Quote Link to comment Share on other sites More sharing options...
Keven Posted September 16, 2016 Share Posted September 16, 2016 I like the look of it, going to begin to use it and following 'Alek' tutorial and see how far I get. Any advise? As cliche as it sounds, just practice and make many small scripts. It will takes a few months to get "decent". Obviously, knowing java before hand will give you an advantage, although I barely know java and I just get on fine : ) It is good to at least learn the basics of java though. Scripting is very easy. Once you get the hang of it, you just use the api and you start memorizing the api. After that, it's muscle memory and it should be easy! Good luck. Quote Link to comment Share on other sites More sharing options...
Tiber Posted September 16, 2016 Author Share Posted September 16, 2016 As cliche as it sounds, just practice and make many small scripts. It will takes a few months to get "decent". Obviously, knowing java before hand will give you an advantage, although I barely know java and I just get on fine : ) It is good to at least learn the basics of java though. Scripting is very easy. Once you get the hang of it, you just use the api and you start memorizing the api. After that, it's muscle memory and it should be easy! Good luck. Yeah I've never touched Java so decided to try it out, hopefully after a few attempts I'll be okay and even If I just make free baby scripts I don't mind I'm sure eventually I'll get at least one okay/decent private script, there is enough tutorials so. Quote Link to comment Share on other sites More sharing options...
Keven Posted September 16, 2016 Share Posted September 16, 2016 Yeah I've never touched Java so decided to try it out, hopefully after a few attempts I'll be okay and even If I just make free baby scripts I don't mind I'm sure eventually I'll get at least one okay/decent private script, there is enough tutorials so. Quote Link to comment Share on other sites More sharing options...
Tiber Posted September 16, 2016 Author Share Posted September 16, 2016 (edited) Well Tea thiever was very easy thanks to @Apaec now lets try something proper ha. Edited September 16, 2016 by tiber 1 Quote Link to comment Share on other sites More sharing options...
Sebastian Posted September 16, 2016 Share Posted September 16, 2016 Thank you for replying, what would you personally recommend just for osbot scripting? I use Eclipse for Osbot scripting because it's easier to output the jar file with Eclipse. I use IntelliJ for all school related things. Quote Link to comment Share on other sites More sharing options...