Tiber Posted September 16, 2016 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?
Token Posted September 16, 2016 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
Tiber Posted September 16, 2016 Author 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?
Muffins Posted September 16, 2016 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.
Tiber Posted September 16, 2016 Author 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
Juggles Posted September 16, 2016 Posted September 16, 2016 I like IntelliJ but its all preference. 2
Token Posted September 16, 2016 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
Tiber Posted September 16, 2016 Author 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!
Tiber Posted September 16, 2016 Author 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?
Keven Posted September 16, 2016 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.
Tiber Posted September 16, 2016 Author 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.
Keven Posted September 16, 2016 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.
Tiber Posted September 16, 2016 Author 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
Sebastian Posted September 16, 2016 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.