ElkArte Community

General => Chit Chat => Topic started by: emanuele on October 01, 2013, 01:50:31 pm

Title: Learning Java
Post by: emanuele on October 01, 2013, 01:50:31 pm
I finally started! :D

https://bitbucket.org/emanuele45/loganalizer/

I have no idea what I'm doing, but I'm liking it! 8)
Title: Re: Learning Java
Post by: Spuds on October 01, 2013, 04:26:14 pm
You need to fess up and admit you are using a IDE  :P
Title: Re: Learning Java
Post by: emanuele on October 01, 2013, 04:59:22 pm
/me admits he is using netbeans... :-[
Title: Re: Learning Java
Post by: kucing on October 01, 2013, 07:53:24 pm
Is netbeans any good? I hear good things about IntelliJ IDEA : http://www.jetbrains.com/idea/
Title: Re: Learning Java
Post by: emanuele on October 02, 2013, 05:25:46 am
I find it nice, but is the first time I use it and the few previous times I used and IDE, it was visual studio, so I can't say for sure what's best.
Also I know almost nothing about Java, so....the first that works is the best. :P

When I'll be able to do something I'll probably try some other IDE, though. And the one you linked seems pretty nice (even though I don't like dark themes. :P)
Title: Re: Learning Java
Post by: TE on October 02, 2013, 05:34:13 am
Netbeans is great, but it's abysmal slow on scanning files. Annoyed me several times in the past.
I was able to solve that problem now  by replacing the harddrive with an SSD  :D
Title: Re: Learning Java
Post by: emanuele on October 02, 2013, 07:09:34 am
lol

/me is tempted to replace the HD of this laptop with an SSD... but they look still too expensive.
Title: Re: Learning Java
Post by: IchBin on October 02, 2013, 09:22:46 pm
Java is not a bad language. Our university is almost exclusively java when it comes to webapps. We've finally jumped into the 20th century and started to use maven. What a life saver when it comes to dependencies. Our department uses netbeans too. But with maven handling all the dependencies people are starting to branch out a little and test the waters with eclipes and intelliJ.