Results 1 to 4 of 4

Thread: Beginning with Java

  1. #1

    Thread Starter
    PowerPoster Halsafar's Avatar
    Join Date
    Jun 2004
    Location
    Saskatoon, SK
    Posts
    2,339

    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

  2. #2
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    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.
    - ØØ -

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  4. #4
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    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
  •  



Click Here to Expand Forum to Full Width