Christian Forums

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Learning Java

stovebolts

Member
Well, I'm learning Java :)
I have a diploma in programming, but I've never really used it to make a living. I think all of that is changing! I was asked to pull some vmWare reports and I started using Powershell with PowerCLI. It was a great way to pull reports but it didn't have the flexibility needed to meet all the requirements. So.... Java seems to meet that requirement.
I've taken some tutorials from Oracle and they were "OK", but I just didn't get much.
http://docs.oracle.com/javase/tutorial/java/concepts/index.html
So, I picked up a "Sams, teach yourself Java in 21 days. It teaches you syntax and concept hand in hand and so far I'm really liking it.

One thing I really like is that all the tools to write and compile code is free! I'm using Eclipse and it's amazing! I can't believe Oracle gives such a powerful tool away for free!
http://www.eclipse.org/downloads/

I'm struggling with the API's getting into our vCenter server, and there isn't much I've found online which isn't surprising. Anyway, I did find a vim25.jar that seems pretty robust.
Oh yeah, and you don't have to create a computer system variable to use jar files. You simply add them to the Eclipse environment to have them recognized!
 
Oracle didn't give Eclipse away - it's by a completely separate nonprofit.

Oracle doesn't give things away for free :)
Either way, it's an amazing tool and I can't believe it's free!
I'm learning Abstracts and Interfaces... This is so much different than procedural c!
 
Back
Top