Poll

What program should I use?

Eclipse
0 (0%)
NetBeans
2 (100%)
Sublime Text 2
0 (0%)

Total Members Voted: 2

Author Topic: Java - Thinking about taking an Intro course [Need help installing NetBeans!]  (Read 1580 times)

My school offers two Java classes, Intro and AP. If I take Intro to Java this next semester, and I like it and do very well in it, I could take a full course AP Java class next year.

Now my questions to anyone who is somewhat experienced with Java...keep in mind I would be walking into the classroom with no past scripting/programming experience.

1. What program do you use to script?
2. Is it free?
3. What are some examples of things you can make?
4. Is it some-what user friendly/easy to learn if dedicated to it?
« Last Edit: November 21, 2012, 08:13:14 PM by Racerboy »


Is this where they're holding the class?

notepad or any IDE
yes
anything
yes

basically what Kalphiter said. I suggest NetBeans for an IDE but you can use any text editor you want.

NetBeans is the best for that.


1. What program do you use to script?
2. Is it free?
2. What are some examples of things you can make?
4. Is it some-what user friendly/easy to learn if dedicated to it?
I think you should learn to count before attempting to learn Java.

Anyways an example: Runescape and Minecraft are both written in Java.

My school suggested Eclipse. I like it.

My school suggested Eclipse. I like it.

I like Eclipse too :)

We're also using java in school
1. Some JavaEditor freeware, it's pretty useful actually
2. Yes
3. Everything
4. Yes

I think you should learn to count before attempting to learn Java.

Anyways an example: Runescape and Minecraft are both written in Java.

My bad lol, I'm on my iPhone and kind of rushed it...

Thanks for the feedback guys, I'll check out those programs.


For what reason are you taking Java? Are there no other classes?

Eclipse
yes it is
Pretty much anything.. Calculator, full blown game, etc
it is

I use Sublime Text 2.
sublime is good for general purpose, but it's generally better to have an IDE in Java's case.