|
-
Sep 10th, 2005, 11:24 AM
#1
Thread Starter
PowerPoster
Beginning with Java
I am curious what I need to begin programming with Java on the Windows OS.
Can I use Visual Studio's?
Do I need an SDK?
Java Platform download?
Any tutorial sites?
I am trying to get a heads up on my university class.
Thanks
"From what was there, and was meant to be, but not of that was faded away." - - Steve Damm
"The polar opposite of nothingness is existance. When existance calls apon nothingness it shall return to nothingness." - - Steve Damm
"When you do things right, people won't be sure if you did anything at all." - - God from Futurama
-
Sep 10th, 2005, 11:41 AM
#2
Re: Beginning with Java
I am not 100% sure, but I don't think you can use VS. VS doesn't have a java compiler. It has J#, but I have no idea what that is. But I am pretty sure it is not normal standard JAva.
What you need is a compiler, some sort of IDE, and a VM. I have always used the NetBeans IDE since it has everything that I need. If you go to netbeans home page then you can find a big download that contains everything you need.
Other IDE/compilers that people seems to like is Eclipse and JCreator. I have never tried Eclipse, but many people think it is better then NetBeans. JCreator is probably the lightest of the IDEs. But it lack stuff as Inteli Sense and so on, so if you like that, then stay clear.
Hope that helps.
- ØØ -
-
Sep 10th, 2005, 12:36 PM
#3
Re: Beginning with Java
J# is a .Net language with Java syntax and a few compatibility classes, designed to lure programmers to .Net.
What you need is an editor and the JDK (which includes the VM). You get the JDK at java.sun.com, and my favourite editor is jEdit from www.jedit.org.
Sun's Java site also has a very good Java tutorial.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 12th, 2005, 07:22 PM
#4
Re: Beginning with Java
and for sample source codes there's the JAVA Tutorial in the sun site... which can be downloaded as well, the API is a must.
then there's the java almanac which contains a lot of code snippets of just about everything java. 
http://javaalmanac.com/egs/?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|