Alice Community

Alice Community (http://www.alice.org/community/index.php)
-   The Lounge (http://www.alice.org/community/forumdisplay.php?f=4)
-   -   Java (http://www.alice.org/community/showthread.php?t=7897)

dakota95 01-09-2012 02:27 PM

Java
 
So lets say I'm moving from Alice to Java, but I am home schooled so I am teaching myself. What would you recomend? Is there a way to download Java off the internet? Is it free? What is Java SE 7?

[url]http://www.oracle.com/technetwork/java/javase/documentation/index.html[/url]

does this website have the correct download? It is recomended in the Dick Baldwin tutorials.

Thanks in advance

Dakota95

legolizard 01-09-2012 05:47 PM

Your computer *should* already has Java installed, unless you are using some ye olde machine or whatever, haha

You might be using a Mac or something, and I believe that the newest OS X does [i]not[/i] automatically update Java for you, so you will definitely want to download it.(look below for version stuff)

Java SE 7 is the newest version set to release, somewhere in I think(correct me if I am wrong) July? So right now the latest and greatest is Java SE 6.

Personally, I have always hated Java docs, but you may find them useful. :-/

room14 01-09-2012 07:12 PM

[QUOTE=dakota95;45399]So lets say I'm moving from Alice to Java, but I am home schooled so I am teaching myself. What would you recomend? Is there a way to download Java off the internet? Is it free? What is Java SE 7?

[url]http://www.oracle.com/technetwork/java/javase/documentation/index.html[/url]

does this website have the correct download? It is recomended in the Dick Baldwin tutorials.

Thanks in advance

Dakota95[/QUOTE]

If you have a mac You should have java jdk installed.

dubastot 01-09-2012 11:34 PM

You're going to want a good coding environment as well, so I recommend starting with Eclipse or Netbeans. After that, I would suggest getting this online textbook: Forgot the name, will fix tomorrow.

dakota95 01-10-2012 08:19 AM

I have a windows xp. So if I wanted to create games and such in java what would I have to download.

room14 01-10-2012 02:47 PM

[url="http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u25-download-346242.html']this[/url]?

dakota95 01-10-2012 07:50 PM

Ok, so I went with Eclipse IDE for Java developers from [URL="http://www.eclipse.org/downloads/?osType=win32"]http://www.eclipse.org/downloads/?osType=win32[/URL]. Any pros or cons to this that you know of?

dakota95 01-10-2012 07:52 PM

[QUOTE=room14;45459][url="http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u25-download-346242.html']this[/url]?[/QUOTE]

that page was inconclusive and would not open.

"We're sorry, the page you requested was not found."

legolizard 01-10-2012 08:45 PM

The biggest problem with Eclipse is that it is very slow and eats your RAM for breakfast, lunch, and dinner. Again your computer should already have Java. To check which version you are running go here :

[url]http://javatester.org/version.html[/url]

If however you know for a fact you don't have Java at all then go here :

[url]http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html[/url]

The correct download is at the bottom.

Mr Kidnapper 01-10-2012 09:25 PM

Mr. Kidnapper uses Eclipse. I find it notably easier to use than Netbeans, but I downloaded both for compatibility. Though the main reason I use Eclipse is because my AP Computer Science class teaches with it.
If you want a good start, I will give you several goals:
Make a program that recites a poem. Do it all in one declaration, but retain lines.
Make a program that: Adds, subtracts, multiplies, divides, increments, decrements, and finds the remainder.
Make a program that separates an inputted number (Use Scanner) into the largest values of change, where the highest value of dollar is a $20 bill, and we will exclude $2 bills and 50 cent coins. For example, separate $5.31 into one five dollar bill, one quarter, one nickel, and one penny. Tip: Use Modulus.
Make a program that rolls two separate dice (Use Random). After that, add the values of the dice together and decide whether the end result is even or odd. Print the result. Do this three times (For loops can help.)
Make a program that calculates pi to the 9th decimal place using the Leibniz Formula for pi.
Make a program using JFrame that contains an image drawn using Graphics2D. Use methods such as QuadCurve2D, CubicCurve2D, Line, Rectangle, Ellipse2D, etc. In fact, why don't you draw a whole face (lol)? Enable anti-aliasing.
Make a program using JFrame that contains an image drawn using Graphics2D that is [B]up to three[/B] GeneralPaths. Draw a suspension bridge or something.


All times are GMT -5. The time now is 06:32 AM.

Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.